changeset 2521:6812bfa1824c

8257192: Integrate AArch64 JIT port into 8u 8155627: Enable SA on AArch64 Reviewed-by: shade, aph
author andrew
date Sat, 30 Jan 2021 02:26:16 +0000
parents 2b91e57757f0
children b785e6a31314
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	Wed Jan 20 01:21:57 2021 +0000
+++ b/common/autoconf/generated-configure.sh	Sat Jan 30 02:26:16 2021 +0000
@@ -4394,7 +4394,7 @@
 #CUSTOM_AUTOCONF_INCLUDE
 
 # Do not change or remove the following line, it is needed for consistency checks:
-DATE_WHEN_GENERATED=1591143270
+DATE_WHEN_GENERATED=1606462098
 
 ###############################################################################
 #
@@ -14630,9 +14630,6 @@
   if test "x$VAR_CPU" = xppc64 -o "x$VAR_CPU" = xppc64le ; then
     INCLUDE_SA=false
   fi
-  if test "x$OPENJDK_TARGET_CPU" = xaarch64; then
-    INCLUDE_SA=false
-  fi
 
 
   if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
--- a/common/autoconf/jdk-options.m4	Wed Jan 20 01:21:57 2021 +0000
+++ b/common/autoconf/jdk-options.m4	Sat Jan 30 02:26:16 2021 +0000
@@ -161,9 +161,6 @@
   if test "x$VAR_CPU" = xppc64 -o "x$VAR_CPU" = xppc64le ; then
     INCLUDE_SA=false
   fi
-  if test "x$OPENJDK_TARGET_CPU" = xaarch64; then
-    INCLUDE_SA=false
-  fi
   AC_SUBST(INCLUDE_SA)
 
   if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then