This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: jboolean / _Jv_InstanceOf / .class compiler problem
Bryce McKinlay writes:
> I don't have a test case outside the context of the _Jv_IsInstanceOf
> call. With my new implementation of this method (in the constant
> time patch), its result value never gets set properly (debugger
> shows random garbage values), and so "instanceof" always returns
> true. But this only occurs when dealing with code compiled from
> .class files. The source compiler and interpreter are unaffected.
I definitely should look into that. I need the full patch. A test case
would be nice too.
./A