Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8315646

serviceability/sa/TestHeapDumpForInvokeDynamic.java fails with ZGC

XMLWordPrintable

      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.

            Unassigned Unassigned
            kevinw Kevin Walls
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: