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)


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

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