-
Sub-task
-
Resolution: Fixed
-
P4
-
None
-
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