Skip to content

Commit

Permalink
8241034: Fix a configuring error with "-Xmx2048M: command not found"
Browse files Browse the repository at this point in the history
Reviewed-by: mikael, erikj
  • Loading branch information
DamonFool committed Mar 16, 2020
1 parent 21cd75c commit e746891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/autoconf/build-performance.m4
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ AC_DEFUN_ONCE([BPERF_SETUP_SMART_JAVAC],
fi
JAVAC_SERVER_AVAILABLE=true
SJAVAC_MEMORY_OPT=-Xms${MS_VALUE}M -Xmx${MX_VALUE}M
SJAVAC_MEMORY_OPT="-Xms${MS_VALUE}M -Xmx${MX_VALUE}M"
UTIL_ADD_JVM_ARG_IF_OK([$SJAVAC_MEMORY_OPT],SJAVAC_SERVER_JAVA_FLAGS,[$SJAVAC_SERVER_JAVA])
if test "x$JVM_ARG_OK" = "xfalse"; then
AC_MSG_WARN([Could not set '$SJAVAC_MEMORY_OPT' on bootjdk, disabling sjavac and javac server])
Expand Down

0 comments on commit e746891

Please sign in to comment.