The following test:
serviceability/sa/TestHeapDumpForInvokeDynamic.java
is failing in the JDK22 CI, since
8311775: [TEST] duplicate verifyHeapDump in several tests
It hits the assert:
118 Asserts.assertFalse(line.matches(".*WARNING(?!.*Failed to resolve object.*constantPoolOop.*).*"));
Before 8311775, when TestHeapDumpForInvokeDynamic had its own verifyHeapDump() method, it did not check for the absence of this warning.
serviceability/sa/TestHeapDumpForInvokeDynamic.java
is failing in the JDK22 CI, since
8311775: [TEST] duplicate verifyHeapDump in several tests
It hits the assert:
118 Asserts.assertFalse(line.matches(".*WARNING(?!.*Failed to resolve object.*constantPoolOop.*).*"));
Before 8311775, when TestHeapDumpForInvokeDynamic had its own verifyHeapDump() method, it did not check for the absence of this warning.
- relates to
-
JDK-8307393 The SA lacks support for Generational ZGC
- Open
-
JDK-8311775 [TEST] duplicate verifyHeapDump in several tests
- Resolved