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)