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

heap inspection prints trailing @ after name of module without version

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 15
    • 15
    • hotspot
    • b14

      Full image builds show module name and version as 'name@version':
      [3,640s][trace][gc,classhisto ] GC(1) 4: 5067 162144 java.lang.String (java.base@15-internal)

      Exploded builds don't have a version and prints 'name@'
      [4,361s][trace][gc,classhisto ] GC(1) 3: 7144 228608 java.lang.String (java.base@)

      This looks weird and I propose that we drop the trailing @ when there's no version string:
      [4,361s][trace][gc,classhisto ] GC(1) 3: 7144 228608 java.lang.String (java.base)

            stefank Stefan Karlsson
            stefank Stefan Karlsson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: