-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: infrastructure
-
b16
The make/common/modules/LauncherCommon.gmk make file uses the outdated -ms option:
$1_JAVA_ARGS += -ms8m
This should be replaced by the -Xms option
$1_JAVA_ARGS += -ms8m
This should be replaced by the -Xms option
- links to
-
Commit(master)
openjdk/jdk/05b9d479
-
Review(master)
openjdk/jdk/21017