Hi,

On Fri, 2002-02-08 at 16:43, Mark Wielaard wrote:
> > I will try the new jikes from CVS now.
> 
> Same problem :(
> I have not yet figured out if it is a jikes compiler problem or a ORP
> jit problem.

The problem seems to come from the fact that jikes 1.15 (and gcj)
generate things like:
1804: invokestatic #34=<Method
gnu.java.io.encode.EncoderEightBitLookup.loadTable ()void>

But jikes 1.15a (from CVS) generates:
1804: invokestatic #33=<Method
gnu.java.io.encode.Encoder8859_1.loadTable ()void>

Since loadTable() is a static method in (the superclass)
EncoderEightBitLookup not in (the subclass) Encoder8859_1 it seems that
jikes 1.15a generates wrong code in this case.

Cheers,

Mark

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to