| Other |
|---|
| tbdUnresolved |
|
Relates :
|
|
|
Relates :
|
|
JDK-8315717 :
|
|
|
JDK-8315718 :
|
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.
|