Simple dynamic language using invokedynamic

Christian Thalinger Christian.Thalinger at Sun.COM
Tue Jun 23 11:03:34 PDT 2009


John Rose wrote:
> That reminds me of a bug we fixed in the mlvm patches during JavaOne;  
> it was a heap stomping problem.  I don't think there was a workaround.
> 
> I think you have two options with this problem:
> - wait for the mlvm changes to percolate into JDK7 and the JDK7  
> standard builds
> - obtain or build a version of the JVM from the mlvm patches (or have  
> you done this?)

I get a similar assert when using javap:

$ javap -c test
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (frame.cpp:1209), pid=59254, tid=2953654272
#  Error: ShouldNotReachHere()


VM_Operation (0xb00502ec): GenCollectForAllocation, mode: safepoint, 
requested by thread 0x00801400

Are you sure that bug is fixed?

-- Christian



More information about the mlvm-dev mailing list