Re: Sun JDK1.3.1 does not load JITs

2001-09-13 Thread Juergen Kreileder
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

Re: Sun JDK1.3.1 does not load JITs

2001-08-23 Thread Albrecht Kleine
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,