8340194: Replace usage of -ms with -Xms in LauncherCommon.gmk make file

Reviewed-by: ihse, jwaters
This commit is contained in:
Jaikiran Pai 2024-09-16 14:06:02 +00:00
parent 545951889c
commit 05b9d47905

View File

@ -74,7 +74,7 @@ define SetupBuildLauncherBody
endif
ifneq ($$($1_MAIN_CLASS), )
$1_JAVA_ARGS += -ms8m
$1_JAVA_ARGS += -Xms8m
$1_LAUNCHER_CLASS := -m $$($1_MAIN_MODULE)/$$($1_MAIN_CLASS)
endif