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
1116
1116
support engineers, allowing after-the-fact analysis of issues in the period leading up
1117
1117
to a problem.
1118
1118
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:
1124
1122
1125
1123
-XX:StartFlightRecording:filename=...
1126
1124
You can’t perform that action at this time.
0 commit comments