[TESTBUG] Broken hard-coded dependency in serviceability/sa/ClhsdbJhisto.java

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 11
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • b12

                  expStrMap.put("jhisto", List.of(
                          "java.lang.String",
                          "java.util.HashMap",
                          "java.lang.Class",
                          "java.nio.HeapByteBuffer",
                          "java.net.URI",
                          "LingeredAppWithInterface",
                          "ParselTongue",
                          "ImmutableCollections$SetN$1"));

      ImmutableCollections$SetN$1 was likely the anonymous iterator replaced by a named inner class by JDK-8201650, and needs to be removed or replaced with ImmutableCollections$SetN$SetNIterator

            Assignee:
            Claes Redestad
            Reporter:
            Claes Redestad
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: