From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32531 invoked by alias); 27 Nov 2001 02:06:08 -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 32482 invoked by uid 71); 27 Nov 2001 02:06:07 -0000 Date: Wed, 21 Nov 2001 02:36:00 -0000 Message-ID: <20011127020607.32473.qmail@sourceware.cygnus.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Bryce McKinlay Subject: Re: java/4947 Reply-To: Bryce McKinlay X-SW-Source: 2001-11/txt/msg00635.txt.bz2 List-Id: The following reply was made to PR java/4947; it has been noted by GNATS. From: Bryce McKinlay To: gcc-gnats@gcc.gnu.org, Philippe.Drauge@fr.thalesgroup.com, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: java/4947 Date: Tue, 27 Nov 2001 14:46:23 +1300 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4947&database=gcc There are two things you could try: 1. Compile Orbacus from source code rather than bytecode (source->native produces better code anyway) 2. Try the latest GCJ from CVS instead of 3.0.x At a guess, this is probibly a bug with the bytecode->native compiler, since you mentioned it worked with the interpreter. regards Bryce.