Like JDK-8310108, I think this test is failing due to AppCDS not being fully compatible yet with EnableJVMCI (JDK-8266329).
Parsed 428287 lines in SharedArchiveFile0.map
Found 19576 heap objects
Checked 8286 oop field references
----------System.err:(12/656)----------
java.lang.RuntimeException: CDS map file seems incorrect: 19576 objects but only 8286 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:580)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
at java.base/java.lang.Thread.run(Thread.java:1570)