classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make dist fixes


From: Mark Wielaard
Subject: Re: make dist fixes
Date: 08 Feb 2002 18:20:07 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]