Errors on OSX version with loading

Mark Roos mroos at roos.com
Wed Jun 29 18:41:43 PDT 2011


I have been loading the jvm using a recursive Hanoi and am seeing random 
errors when the
number of disks exceed 10 ( see below ).  They occur at the same callsite 
( a constant call site
followed by an inviokeDynamic) and at a consistent ( about 12) frame depth 
but on different passes. 
Tried this on an April and May version from Stephen with the same result. 
We also tried Windows b138 
and the latest and neither show the problem.

Any suggestions of ways I can look for the problem?

thanks
mark

java.lang.NoClassDefFoundError: ri/core/rtalk/RtObject
        at java.lang.invoke.MethodHandle.invokeExact(MethodHandle.java)
        at ri.pbc.Class/1349737121.invoke(RtTestCases 
testHanoiMove:from:to:temp::2)
        at ri.pbc.Class/1349737121.invoke(RtTestCases 
testHanoiMove:from:to:temp::28)
        at ri.pbc.Class/1349737121.invoke(RtTestCases 
testHanoiMove:from:to:temp::19)
        at ri.pbc.Class/1349737121.invoke(RtTestCases 
testHanoiMove:from:to:temp::28)
        at ri.pbc.Class/1349737121.invoke(RtTestCases 
testHanoiMove:from:to:temp::28)
        at ri.pbc.Class/1349737121.invoke(RtTestCases 
testHanoiMove:from:to:temp::28)
        at ri.pbc.Class/1349737121.invoke(RtTestCases 
testHanoiMove:from:to:temp::28)
        at ri.pbc.Class/1349737121.invoke(RtTestCases 
testHanoiMove:from:to:temp::28)
        at ri.pbc.Class/1349737121.invoke(RtTestCases 
testHanoiMove:from:to:temp::19)
        at ri.pbc.Class/1349737121.invoke(RtTestCases 
testHanoiMove:from:to:temp::19)
        at ri.pbc.Class/1349737121.invoke(RtTestCases 
testHanoiMove:from:to:temp::28)
        at ri.pbc.Class/1349737121.invoke(RtTestCases 
testHanoiMove:from:to:temp::19)
        at ri.pbc.Class/1954691146.invoke(RtTestCases testHanoi::7)
        at ri.experiment2.Test.executeMhTest(Test.java:389)
        at ri.experiment2.Test.testImageLoad(Test.java:430)
        at ri.experiment2.Test.main(Test.java:28)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20110629/edb6f79a/attachment.html 


More information about the mlvm-dev mailing list