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

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 11
    • None
    • hotspot
    • None
    • b12

    Description

                  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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: