From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27486 invoked by alias); 27 Mar 2002 17:46:05 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 27451 invoked by uid 71); 27 Mar 2002 17:46:02 -0000 Date: Wed, 27 Mar 2002 09:46:00 -0000 Message-ID: <20020327174602.27449.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Alexandre Petit-Bianco Subject: Re: java/6071: GCJ does not compile a large (21417 lines) java source file Reply-To: Alexandre Petit-Bianco X-SW-Source: 2002-03/txt/msg01039.txt.bz2 List-Id: The following reply was made to PR java/6071; it has been noted by GNATS. From: Alexandre Petit-Bianco To: shroff@transeda.com Cc: gcc-gnats@gcc.gnu.org Subject: Re: java/6071: GCJ does not compile a large (21417 lines) java source file Date: Wed, 27 Mar 2002 09:38:51 -0800 (PST) shroff@transeda.com writes: > I have a rather large .java file (21417 lines, 950 static methods) that > does not compile with gcj. I let gcj run for about 60 minutes, and it > still could not generate the class file. I killed the process after > 60 minutes of cpu time. Sun "javac" compiles this file in 90 seconds. You could try a newer version of gcc, like the 3.1 branch (which builds on Solaris 2.8. If the symptoms persist, you can run gdb on the jc1 invocation and interrupt the process once you suspect it entered the generate_bytecode_insns loop and then to step through an iteration to find out what's going on. ./A