This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: (fyi) SEGV in jc1 for java.util.Date (from jikes bytecode only)
- To: olson@mmsi.com
- Subject: Re: (fyi) SEGV in jc1 for java.util.Date (from jikes bytecode only)
- From: Andrew Haley <aph@pasanda.cygnus.co.uk>
- Date: 10 May 1999 15:29:05 -0000
- CC: green@cygnus.com, sandro@roads.org, java-discuss@sourceware.cygnus.com
> From: Jon Olson <olson@mmsi.com>
> Organization: Modular Mining Systems
> Date: Mon, 10 May 1999 08:06:27 -0700
>
> I've found that jikes generates really terrible byte code. The problem with
> the error above is caused by jikes routinely generating code immediately
> after an `athrow' instruction. For byte code compilers, guavac generates
> incorrect code, jikes generates terrible code. The only good byte code
> compiler I've found is Sun's `javac'.
Out of interest, have you had a look at the bytecode that gcj
generates? I'd be interested in your opinion.
Andrew.