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

scale for the "Time" column in -class in jstat_options should be seconds

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P5 P5
    • 25
    • 8, 18
    • core-svc

      The column definition says:

        column {
          header "^Time^" /* Accumulated time for class loading */
          data sun.cls.time/sun.os.hrt.frequency
          scale raw
          align right
          width 10
          format "0.00"
        }

      But should read:

        column {
          header "^Time^" /* Accumulated time for class loading */
          data sun.cls.time/sun.os.hrt.frequency
          scale sec
          align right
          width 10
          format "0.00"
        }

            lcable Larry Cable
            sla Staffan Larsen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: