8155627: Enable SA on AArch64
authoraph
Wed, 11 May 2016 20:05:26 -0400
changeset 37968 460af7a94475
parent 37967 8dd54c3bf02a
child 37969 2203863bfe3e
8155627: Enable SA on AArch64 Reviewed-by: roland, dholmes
common/autoconf/generated-configure.sh
common/autoconf/jdk-options.m4
--- 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