< prev index next >

make/autoconf/hotspot.m4

Print this page
rev 49736 : 8185505: AArch64: Port AOT to AArch64
Reviewed-by: duke

*** 204,214 **** AC_MSG_ERROR([Invalid value for --enable-aot: $enable_aot]) fi if test "x$ENABLE_AOT" = "xtrue"; then # Only enable AOT on X64 platforms. ! if test "x$OPENJDK_TARGET_CPU" = "xx86_64"; then if test -e "${TOPDIR}/src/jdk.aot"; then if test -e "${TOPDIR}/src/jdk.internal.vm.compiler"; then ENABLE_AOT="true" else ENABLE_AOT="false" --- 204,214 ---- AC_MSG_ERROR([Invalid value for --enable-aot: $enable_aot]) fi if test "x$ENABLE_AOT" = "xtrue"; then # Only enable AOT on X64 platforms. ! if test "x$OPENJDK_TARGET_CPU" = "xx86_64" || test "x$OPENJDK_TARGET_CPU" = "xaarch64" ; then if test -e "${TOPDIR}/src/jdk.aot"; then if test -e "${TOPDIR}/src/jdk.internal.vm.compiler"; then ENABLE_AOT="true" else ENABLE_AOT="false"
< prev index next >