< prev index next >

make/autoconf/hotspot.m4

Print this page

        

*** 353,363 **** fi # Only enable ZGC on supported platforms # Temp diasable for Valhalla, working in Access API AC_MSG_CHECKING([if zgc can be built]) ! if $VALHALLA_TEMP && ((test "x$OPENJDK_TARGET_OS" = "xlinux" && test "x$OPENJDK_TARGET_CPU" = "xx86_64") || \ (test "x$OPENJDK_TARGET_OS" = "xlinux" && test "x$OPENJDK_TARGET_CPU" = "xaarch64")); then AC_MSG_RESULT([yes]) else DISABLED_JVM_FEATURES="$DISABLED_JVM_FEATURES zgc" AC_MSG_RESULT([no, platform not supported]) --- 353,363 ---- fi # Only enable ZGC on supported platforms # Temp diasable for Valhalla, working in Access API AC_MSG_CHECKING([if zgc can be built]) ! if ((test "x$OPENJDK_TARGET_OS" = "xlinux" && test "x$OPENJDK_TARGET_CPU" = "xx86_64") || \ (test "x$OPENJDK_TARGET_OS" = "xlinux" && test "x$OPENJDK_TARGET_CPU" = "xaarch64")); then AC_MSG_RESULT([yes]) else DISABLED_JVM_FEATURES="$DISABLED_JVM_FEATURES zgc" AC_MSG_RESULT([no, platform not supported])
< prev index next >