8215356: Disable x86_32 Shenandoah build to avoid hotspot/tier1 failures jdk-13+0
authorshade
Thu, 13 Dec 2018 16:45:26 +0100
changeset 53021 cc4098b3bc10
parent 53020 c403f39ec349
child 53022 ece620f32d2d
child 53025 5c65191e56b9
child 53334 b94283cb226b
8215356: Disable x86_32 Shenandoah build to avoid hotspot/tier1 failures Reviewed-by: rkennke
make/autoconf/hotspot.m4
--- a/make/autoconf/hotspot.m4	Thu Dec 13 16:45:24 2018 +0100
+++ b/make/autoconf/hotspot.m4	Thu Dec 13 16:45:26 2018 +0100
@@ -327,7 +327,7 @@
 
   # Only enable Shenandoah on supported arches
   AC_MSG_CHECKING([if shenandoah can be built])
-  if test "x$OPENJDK_TARGET_CPU_ARCH" = "xx86" || test "x$OPENJDK_TARGET_CPU" = "xaarch64" ; then
+  if test "x$OPENJDK_TARGET_CPU" = "xx86_64" || test "x$OPENJDK_TARGET_CPU" = "xaarch64" ; then
     AC_MSG_RESULT([yes])
   else
     DISABLED_JVM_FEATURES="$DISABLED_JVM_FEATURES shenandoahgc"