# HG changeset patch # User aph # Date 1463011526 14400 # Node ID 460af7a944751484521a513706f34ca107e7a106 # Parent 8dd54c3bf02a45275a14f902956d728ae62ad43b 8155627: Enable SA on AArch64 Reviewed-by: roland, dholmes diff -r 8dd54c3bf02a -r 460af7a94475 common/autoconf/generated-configure.sh --- 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 diff -r 8dd54c3bf02a -r 460af7a94475 common/autoconf/jdk-options.m4 --- 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