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

Consistent use of : in the logging

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 9
    • 9
    • hotspot
    • gc
    • b107

    Description

      As described by Jenny in JDK-8065344 some of the log messages are missing a ":".

      Here's are the comments regarding ":" from JDK-8065344:

      Parallel Redirty>Parallel Redirty:
       -Other phases has ':' as separator, except for this one.

      [34.589s][debug ][gc,ergo,cset] GC(6) Added expensive regions to CSet (old CSet region num not reached min).old 2940 regions, expensive: 2940 regions, min 2940 regions, remaining time: 0.00ms
      ->[34.589s][debug ][gc,ergo,cset] GC(6) Added expensive regions to CSet (old CSet region num not reached min).old: 2940 regions, expensive: 2940 regions, min: 2940 regions, remaining time: 0.00ms
      By adding ":" after old, expensive, min to make the format the same.

      Finish choosing CSet. old 0 regions, predicted old region time: 0.00ms, time remaining: 0.00
      -> Finish choosing CSet. old: 0 regions, predicted old region time: 0.00ms, time remaining: 0.00
      The ':' after old makes the format the same

      Attachments

        Activity

          People

            brutisso Bengt Rutisson (Inactive)
            brutisso Bengt Rutisson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: