From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27831 invoked by alias); 9 Feb 2006 12:51:46 -0000 Received: (qmail 27809 invoked by uid 48); 9 Feb 2006 12:51:45 -0000 Date: Thu, 09 Feb 2006 12:51:00 -0000 Subject: [Bug java/26192] New: ICE while compiling jar or class file (azureus) X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "aph at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2006-q1/txt/msg00194.txt.bz2 List-Id: public class poo { Object bar (boolean[] bb) { return bb.clone(); } } ecj generates: 1: invokevirtual BEA generates (with -source 1.5): 1: invokevirtual and with -source 1.4: 1: invokevirtual gcj can only cope with the Object.clone() form, not the boolean[].clone() form. Fixing gcj to generate boolean[].clone() casues a fault in the runtime library. -- Summary: ICE while compiling jar or class file (azureus) Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: aph at redhat dot com ReportedBy: aph at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26192