This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: (fyi) SEGV in jc1 for java.util.Date (from jikes bytecode only)


>>>>> "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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]