Skip to content

Commit cd96f1c

Browse files
committed
Simplify JFR docs due to JDK 17 requirement
1 parent fee9c4c commit cd96f1c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

documentation/src/docs/asciidoc/user-guide/running-tests.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,11 +1116,9 @@ Events are stored in a single file that can be attached to bug reports and exami
11161116
support engineers, allowing after-the-fact analysis of issues in the period leading up
11171117
to 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

0 commit comments

Comments
 (0)