JFR: Allow use of .jfc options when starting JFR

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 17
    • Affects Version/s: None
    • Component/s: hotspot
    • jfr
    • b26

      The 'jfr configure' command introduced a way to specify options located in a .jfc from the shell, i.e.

      $ jfr configure gc=high
      $ java -XX:StartFlightRecording:settings=custom.jfc

      It would be nice if the same could be done from command line or jcmd, i.e.

      $ java -XX:StartFlightRecording:gc=high

      $ jcmd <pid> JFR.start gc=high

            Assignee:
            Erik Gahlin
            Reporter:
            Erik Gahlin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: