JavaOne meet-up?
Christian Thalinger
christian.thalinger at oracle.com
Mon Sep 27 02:51:13 PDT 2010
On Sat, 2010-09-25 at 18:42 +0200, Rémi Forax wrote:
> The JVM (jdk7b111) crashes with this error:
> # Internal Error (javaCalls.cpp:37), pid=16939, tid=6716272
> # guarantee(!thread->is_Compiler_thread()) failed: cannot make java
> calls from the compiler
>
> It seems there is an upcall to Java when JITing,
Kind of. The actual assert with a debug build is:
# assert(!THREAD->is_Compiler_thread()) failed: Can not load classes with the Compiler thread
A java.lang.LinkageError is to be thrown but it's not loaded yet.
Looking into it.
-- Christian
More information about the mlvm-dev
mailing list