JDK-8221633 : StartFlightRecording: consider moving mention of multiple comma-separated parameters to the front
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 12,21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-03-28
  • Updated: 2023-10-16
  • Resolved: 2023-07-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 21 JDK 22
21Fixed 22 b06Fixed
Related Reports
Relates :  
Description
This is a suggestion for improvement for https://docs.oracle.com/en/java/javase/12/tools/java.html
Both sections: FlightRecorderOptions and StartFlightRecording:

Both sections (FlightRecorderOptions and StartFlightRecording) mention this:
      "You can specify values for multiple parameters by separating them with a comma."

      This is correct, but this is mentioned at the end of the last option. Perhaps, it would
      be better to mention this at the beginning of the section for each command.
      Users of the documentation will not always read thru the whole section, if they are
      interested in just couple of options, and may not notice this statement at the end
      of the section.
Comments
This seems to be a JFR issue. Moved to JFR team for initial evaluation.
21-03-2023