make/autoconf/boot-jdk.m4
branchihse-testmakefiles-branch
changeset 55967 e2c47e2db0a5
parent 55966 07d921cdd7a6
parent 48064 390794d000e6
equal deleted inserted replaced
55966:07d921cdd7a6 55967:e2c47e2db0a5
   350   AC_ARG_WITH(boot-jdk-jvmargs, [AS_HELP_STRING([--with-boot-jdk-jvmargs],
   350   AC_ARG_WITH(boot-jdk-jvmargs, [AS_HELP_STRING([--with-boot-jdk-jvmargs],
   351   [specify JVM arguments to be passed to all java invocations of boot JDK, overriding the default values,
   351   [specify JVM arguments to be passed to all java invocations of boot JDK, overriding the default values,
   352   e.g --with-boot-jdk-jvmargs="-Xmx8G -enableassertions"])])
   352   e.g --with-boot-jdk-jvmargs="-Xmx8G -enableassertions"])])
   353 
   353 
   354   AC_MSG_CHECKING([flags for boot jdk java command] )
   354   AC_MSG_CHECKING([flags for boot jdk java command] )
   355 
       
   356   # Disable special log output when a debug build is used as Boot JDK...
       
   357   ADD_JVM_ARG_IF_OK([-XX:-PrintVMOptions -XX:-UnlockDiagnosticVMOptions -XX:-LogVMOutput],boot_jdk_jvmargs,[$JAVA])
       
   358 
   355 
   359   # Force en-US environment
   356   # Force en-US environment
   360   ADD_JVM_ARG_IF_OK([-Duser.language=en -Duser.country=US],boot_jdk_jvmargs,[$JAVA])
   357   ADD_JVM_ARG_IF_OK([-Duser.language=en -Duser.country=US],boot_jdk_jvmargs,[$JAVA])
   361 
   358 
   362   if test "x$BOOTJDK_USE_LOCAL_CDS" = xtrue; then
   359   if test "x$BOOTJDK_USE_LOCAL_CDS" = xtrue; then