JavaOne meet-up?

Rémi Forax forax at univ-mlv.fr
Mon Sep 27 03:18:10 PDT 2010


  Le 27/09/2010 11:51, Christian Thalinger a écrit :
> 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.

So now there is two bugs :)
Why a LinkageError is raised and Why it's not loaded yet ?

> -- Christian

Rémi


More information about the mlvm-dev mailing list