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

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P5
    • tbd
    • Affects Version/s: 8, 18
    • Component/s: 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"
        }

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

              Created:
              Updated: