Valhalla gives the following error, since the test was introduced during merge of jdk-22+8
java.lang.RuntimeException: CDS map file seems incorrect: 24359 objects but only 3100 oop field references
at CDSMapTest.dump(CDSMapTest.java:82)
at CDSMapTest.doTest(CDSMapTest.java:62)
at CDSMapTest.main(CDSMapTest.java:42)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:582)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
at java.base/java.lang.Thread.run(Thread.java:1570)
java.lang.RuntimeException: CDS map file seems incorrect: 24359 objects but only 3100 oop field references
at CDSMapTest.dump(CDSMapTest.java:82)
at CDSMapTest.doTest(CDSMapTest.java:62)
at CDSMapTest.main(CDSMapTest.java:42)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:582)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
at java.base/java.lang.Thread.run(Thread.java:1570)
- relates to
-
JDK-8315127 CDSMapTest fails with incorrect number of oop references
-
- Resolved
-
- links to
-
Commit(lworld) openjdk/valhalla/14fea703
-
Review(lworld) openjdk/valhalla/1170