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 @@ -487,6 +487,7 @@ private static void launchTestVM(TestCase tc) throws Exception {
487
487
if (flightRecorderOptions != null ) {
488
488
pb = ProcessTools .createTestJvm ("--add-exports=jdk.jfr/jdk.jfr.internal=ALL-UNNAMED" ,
489
489
"--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED" ,
490
+ "-Xmx256m" ,
490
491
flightRecorderOptions ,
491
492
"-XX:StartFlightRecording" ,
492
493
SUT .class .getName (),
@@ -495,6 +496,7 @@ private static void launchTestVM(TestCase tc) throws Exception {
495
496
// default, no FlightRecorderOptions passed
496
497
pb = ProcessTools .createTestJvm ("--add-exports=jdk.jfr/jdk.jfr.internal=ALL-UNNAMED" ,
497
498
"--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED" ,
499
+ "-Xmx256m" ,
498
500
"-XX:StartFlightRecording" ,
499
501
SUT .class .getName (),
500
502
tc .getTestName ());
You can’t perform that action at this time.
0 commit comments