8155627: Enable SA on AArch64

Reviewed-by: roland, dholmes
This commit is contained in:
Andrew Haley 2016-05-11 20:05:26 -04:00
parent b349292b74
commit ca2c506579
2 changed files with 1 additions and 7 deletions

View File

@ -5050,7 +5050,7 @@ VS_SDK_PLATFORM_NAME_2013=
#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 @@ fi
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

View File

@ -209,9 +209,6 @@ AC_DEFUN_ONCE([JDKOPT_SETUP_JDK_OPTIONS],
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