File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
documentation/src/docs/asciidoc/user-guide Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -1116,11 +1116,9 @@ Events are stored in a single file that can be attached to bug reports and exami
11161116support engineers, allowing after-the-fact analysis of issues in the period leading up
11171117to a problem.
11181118
1119- In order to record Flight Recorder events generated while running tests, you need to:
1120-
1121- 1. Ensure that you are using either Java 8 Update 262 or higher or Java 11 or later.
1122- 2. Start flight recording when launching a test run. Flight Recorder can be started via
1123- java command line option:
1119+ In order to record Flight Recorder events generated while running tests, you need to
1120+ start flight recording when launching a test run via the following java command line
1121+ option:
11241122
11251123 -XX:StartFlightRecording:filename=...
11261124
You can’t perform that action at this time.
0 commit comments