make/autoconf/boot-jdk.m4
branchihse-testmakefiles-branch
changeset 55933 d5a689ca6183
parent 47432 28d6070f5f2f
child 55966 07d921cdd7a6
equal deleted inserted replaced
55932:8f815cd7c95d 55933:d5a689ca6183
   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 
   355 
   356   # Disable special log output when a debug build is used as Boot JDK...
   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])
   357   ADD_JVM_ARG_IF_OK([-XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput],boot_jdk_jvmargs,[$JAVA])
   358 
   358 
   359   # Force en-US environment
   359   # Force en-US environment
   360   ADD_JVM_ARG_IF_OK([-Duser.language=en -Duser.country=US],boot_jdk_jvmargs,[$JAVA])
   360   ADD_JVM_ARG_IF_OK([-Duser.language=en -Duser.country=US],boot_jdk_jvmargs,[$JAVA])
   361 
   361 
   362   if test "x$BOOTJDK_USE_LOCAL_CDS" = xtrue; then
   362   if test "x$BOOTJDK_USE_LOCAL_CDS" = xtrue; then