OpenJDK / jdk / jdk
changeset 37968:460af7a94475
8155627: Enable SA on AArch64
Reviewed-by: roland, dholmes
author | aph |
---|---|
date | Wed, 11 May 2016 20:05:26 -0400 |
parents | 8dd54c3bf02a |
children | 2203863bfe3e |
files | common/autoconf/generated-configure.sh common/autoconf/jdk-options.m4 |
diffstat | 2 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/common/autoconf/generated-configure.sh Tue May 03 23:49:27 2016 +0300 +++ b/common/autoconf/generated-configure.sh Wed May 11 20:05:26 2016 -0400 @@ -5050,7 +5050,7 @@ #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: -DATE_WHEN_GENERATED=1462793660 +DATE_WHEN_GENERATED=1463011468 ############################################################################### # @@ -23766,9 +23766,6 @@ if test "x$OPENJDK_TARGET_OS" = xaix ; then INCLUDE_SA=false fi - if test "x$OPENJDK_TARGET_CPU" = xaarch64; then - INCLUDE_SA=false - fi # Compress jars
--- a/common/autoconf/jdk-options.m4 Tue May 03 23:49:27 2016 +0300 +++ b/common/autoconf/jdk-options.m4 Wed May 11 20:05:26 2016 -0400 @@ -209,9 +209,6 @@ if test "x$OPENJDK_TARGET_OS" = xaix ; then INCLUDE_SA=false fi - if test "x$OPENJDK_TARGET_CPU" = xaarch64; then - INCLUDE_SA=false - fi AC_SUBST(INCLUDE_SA) # Compress jars