Albrecht Kleine <[EMAIL PROTECTED]> writes:
> I've got the impression that Sun's new JDK 1.3.1 does
> never load any JIT via the JIT interface (jit.h) ???
>
> In other words:
>
> java -classic -Djava.compiler=any_jit_at_right_place MainClass
>
> will always fail, even if the JIT is okay
Hi,
I've got the impression that Sun's new JDK 1.3.1 does
never load any JIT via the JIT interface (jit.h) ???
In other words:
java -classic -Djava.compiler=any_jit_at_right_place MainClass
will always fail, even if the JIT is okay and located at the right place.
Is that a known bug?
Hi,
> > java -classic -Djava.compiler=any_jit_at_right_place MainClass
> >
> > will always fail, even if the JIT is okay and located at the right
>
> Sun doesn't register the native implementation for
> java.lang.Compiler.initialize() in their 1.3.1.
> Our 1.3.1 does.
Yes, thanks,