Hi,

I have some unexpected problems using some reflection stuff under
jdk1.2-pre1.
In particular, if I have the jit enabled,  I get an arcane verify error
thrown. If I turn off the jit, it works normally.
Also note that jdk1.1.7 (with tya) runs the same classes (that - not-
were compiled using jikes0.47) normally

It looks like a JIT bug to me, but **who do I contact for JIT related
problems/question?**
As fas as I remember linux is not an oficially supported platfrom and
blackdown did not port the jit to linux!

BTW, the VerifyError dump is the following :
Exception in thread "main" java.lang.VerifyError: (class:
ipfc/base/SingletonRegistry, method: _makeObject signature:
(Ljava/lang/Class;)Ljava/lang/Object;) Incompatible object argument for
function call
<stack_trace>
// ...
</stack_trace>

Also note, that the stack trace does not include a call to _makeObject
(however it initiates just before calling it)


Dimitris



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to