(fyi) SEGV in jc1 for java.util.Date (from jikes bytecode only)
Tom Tromey
tromey@cygnus.com
Mon May 10 08:37:00 GMT 1999
>>>>> "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
More information about the Java
mailing list