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: Jon Olson <olson@mmsi.com>
- Subject: Re: (fyi) SEGV in jc1 for java.util.Date (from jikes bytecode only)
- From: Tom Tromey <tromey@cygnus.com>
- Date: 10 May 1999 09:35:53 -0600
- Cc: Anthony Green <green@cygnus.com>, sandro@roads.org, java-discuss@sourceware.cygnus.com
- References: <199905091518.IAA10119@hoser.cygnus.com> <99051008080300.14703@toontown>
- Reply-To: tromey@cygnus.com
>>>>> "Jon" == Jon Olson <olson@mmsi.com> writes:
Jon> I've found that jikes generates really terrible byte code. The
Jon> problem with the error above is caused by jikes routinely
Jon> generating code immediately after an `athrow' instruction. For
Jon> byte code compilers, guavac generates incorrect code, jikes
Jon> generates terrible code. The only good byte code compiler I've
Jon> found is Sun's `javac'.
I realize this doesn't help the current problem, but I'm curious to
know if you've compared gcj's bytecode output with these other
sources.
Tom