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

JFR: Examples in JFR.start help use incorrect separator

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 23
    • 17, 21
    • hotspot
    • None
    • jfr
    • b12

      Examples in help text for JFR.start uses "," as separator instead of " ".

      "$ jcmd <pid> JFR.start maxage=1h,maxsize=1000M
       $ jcmd <pid> JFR.start settings=profile
       $ jcmd <pid> JFR.start delay=5m,settings=my.jfc"

      should be:

      "$ jcmd <pid> JFR.start maxage=1h maxsize=1000M
       $ jcmd <pid> JFR.start settings=profile
       $ jcmd <pid> JFR.start delay=5m settings=my.jfc"

      Examples in other JFR commands seem correct.

            egahlin Erik Gahlin
            egahlin Erik Gahlin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: