UL: Remove trailing comma from log decoration list

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • svc
    • 9
    • b120

      We can check log configuration through VM.log list jcmd:
      -------
      Log output configuration:
      #0: stdout vmoperation=debug,safepoint=info uptime,level,tags,
      #1: stderr all=warning uptime,level,tags,
      #2: gc.log gc=trace uptime,level,tags,
      -------

      Decorators are ended with comma.
      We should remove it as below:
      -------
      Log output configuration:
      #0: stdout vmoperation=debug,safepoint=info uptime,level,tags
      #1: stderr all=warning uptime,level,tags
      #2: gc.log gc=trace uptime,level,tags
      -------

            Assignee:
            Yasumasa Suenaga
            Reporter:
            Yasumasa Suenaga
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: