File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -565,6 +565,11 @@ public static boolean jckConfigurationForMultijvmWithNoAgent() throws Exception
565
565
extraJvmOptions += " -Dfile.encoding=US-ASCII" ;
566
566
}
567
567
568
+ // testExecutionType of multiJVM_group on Windows causes memory exhaustion, so limit to plain multiJVM
569
+ if (getJckVersionInt (jckVersionNo ) >= 17 && platform .contains ("win" )) {
570
+ fileContent += "set jck.env.testPlatform.multiJVM \" Yes\" ;\n " ;
571
+ }
572
+
568
573
// Set the operating system as 'Windows' for Windows and 'other' for all other operating systems.
569
574
// If 'other' is specified when executing on Windows, then Windows specific settings such
570
575
// as systemRoot are rejected, and the JCK harness assumes that DISPLAY is required for GUI tests.
You can’t perform that action at this time.
0 commit comments