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)
_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev