diff -r 045eace96e6d -r 2025e237b2a1 common/autoconf/jdk-options.m4 --- a/common/autoconf/jdk-options.m4 Mon Mar 09 10:21:46 2015 +0100 +++ b/common/autoconf/jdk-options.m4 Wed Mar 11 14:22:43 2015 -0400 @@ -161,6 +161,9 @@ if test "x$VAR_CPU" = xppc64 ; 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