File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
test/jdk/jdk/jfr/startupargs Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -485,6 +485,7 @@ private static void launchTestVM(TestCase tc) throws Exception {
485
485
if (flightRecorderOptions != null ) {
486
486
pb = ProcessTools .createTestJavaProcessBuilder ("--add-exports=jdk.jfr/jdk.jfr.internal=ALL-UNNAMED" ,
487
487
"--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED" ,
488
+ "-Xmx256m" ,
488
489
flightRecorderOptions ,
489
490
"-XX:StartFlightRecording" ,
490
491
SUT .class .getName (),
@@ -493,6 +494,7 @@ private static void launchTestVM(TestCase tc) throws Exception {
493
494
// default, no FlightRecorderOptions passed
494
495
pb = ProcessTools .createTestJavaProcessBuilder ("--add-exports=jdk.jfr/jdk.jfr.internal=ALL-UNNAMED" ,
495
496
"--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED" ,
497
+ "-Xmx256m" ,
496
498
"-XX:StartFlightRecording" ,
497
499
SUT .class .getName (),
498
500
tc .getTestName ());
You can’t perform that action at this time.
0 commit comments