We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1adc8 commit 9765b13Copy full SHA for 9765b13
make/autoconf/hotspot.m4
@@ -355,7 +355,8 @@ AC_DEFUN_ONCE([HOTSPOT_SETUP_JVM_FEATURES],
355
# Only enable Shenandoah on supported arches, and only if requested
356
AC_MSG_CHECKING([if shenandoah can be built])
357
if HOTSPOT_CHECK_JVM_FEATURE(shenandoahgc); then
358
- if test "x$OPENJDK_TARGET_CPU_ARCH" = "xx86" || test "x$OPENJDK_TARGET_OS-$OPENJDK_TARGET_CPU" = "xlinux-aarch64" ; then
+ if test "x$OPENJDK_TARGET_CPU_ARCH" = "xx86" || \
359
+ test "x$OPENJDK_TARGET_CPU" = "xaarch64"; then
360
AC_MSG_RESULT([yes])
361
else
362
DISABLED_JVM_FEATURES="$DISABLED_JVM_FEATURES shenandoahgc"
0 commit comments