Skip to content

Commit 75cd424

Browse files
jaikiranpull[bot]
authored andcommitted
8340194: Replace usage of -ms with -Xms in LauncherCommon.gmk make file
Reviewed-by: ihse, jwaters
1 parent b21496f commit 75cd424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/common/modules/LauncherCommon.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ define SetupBuildLauncherBody
7474
endif
7575

7676
ifneq ($$($1_MAIN_CLASS), )
77-
$1_JAVA_ARGS += -ms8m
77+
$1_JAVA_ARGS += -Xms8m
7878
$1_LAUNCHER_CLASS := -m $$($1_MAIN_MODULE)/$$($1_MAIN_CLASS)
7979
endif
8080

0 commit comments

Comments
 (0)