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

_______________________________________________
mlvm-dev mailing list
[email protected]
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to