boot-jdk.m4 (2128:7cd263acb48d) boot-jdk.m4 (2169:a3f2a1723e75)
1#
2# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation. Oracle designates this
8# particular file as subject to the "Classpath" exception as provided

--- 331 unchanged lines hidden (view full) ---

340 [specify JVM arguments to be passed to all java invocations of boot JDK, overriding the default values,
341 e.g --with-boot-jdk-jvmargs="-Xmx8G -enableassertions"])])
342
343 AC_MSG_CHECKING([flags for boot jdk java command] )
344
345 # Disable special log output when a debug build is used as Boot JDK...
346 ADD_JVM_ARG_IF_OK([-XX:-PrintVMOptions -XX:-UnlockDiagnosticVMOptions -XX:-LogVMOutput],boot_jdk_jvmargs,[$JAVA])
347
1#
2# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation. Oracle designates this
8# particular file as subject to the "Classpath" exception as provided

--- 331 unchanged lines hidden (view full) ---

340 [specify JVM arguments to be passed to all java invocations of boot JDK, overriding the default values,
341 e.g --with-boot-jdk-jvmargs="-Xmx8G -enableassertions"])])
342
343 AC_MSG_CHECKING([flags for boot jdk java command] )
344
345 # Disable special log output when a debug build is used as Boot JDK...
346 ADD_JVM_ARG_IF_OK([-XX:-PrintVMOptions -XX:-UnlockDiagnosticVMOptions -XX:-LogVMOutput],boot_jdk_jvmargs,[$JAVA])
347
348 # Force en-US environment
349 ADD_JVM_ARG_IF_OK([-Duser.language=en -Duser.country=US],boot_jdk_jvmargs,[$JAVA])
350
348 # Apply user provided options.
349 ADD_JVM_ARG_IF_OK([$with_boot_jdk_jvmargs],boot_jdk_jvmargs,[$JAVA])
350
351 AC_MSG_RESULT([$boot_jdk_jvmargs])
352
353 # For now, general JAVA_FLAGS are the same as the boot jdk jvmargs
354 JAVA_FLAGS=$boot_jdk_jvmargs
355 AC_SUBST(JAVA_FLAGS)

--- 185 unchanged lines hidden ---
351 # Apply user provided options.
352 ADD_JVM_ARG_IF_OK([$with_boot_jdk_jvmargs],boot_jdk_jvmargs,[$JAVA])
353
354 AC_MSG_RESULT([$boot_jdk_jvmargs])
355
356 # For now, general JAVA_FLAGS are the same as the boot jdk jvmargs
357 JAVA_FLAGS=$boot_jdk_jvmargs
358 AC_SUBST(JAVA_FLAGS)

--- 185 unchanged lines hidden ---