Skip to content

Commit cf53387

Browse files
Jiří Vaněkjerboaa
Jiří Vaněk
authored andcommittedNov 11, 2024
8342629: [11u] Properly message out that shenandoah is disabled
Reviewed-by: andrew
1 parent 249144c commit cf53387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎make/autoconf/hotspot.m4

+1
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ AC_DEFUN_ONCE([HOTSPOT_SETUP_JVM_FEATURES],
378378
fi
379379
else
380380
DISABLED_JVM_FEATURES="$DISABLED_JVM_FEATURES shenandoahgc"
381+
AC_MSG_RESULT([no, must be manually enabled --with-jvm-features=shenandoahgc])
381382
fi
382383
383384
# Only enable ZGC on supported platforms

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Nov 11, 2024

@openjdk-notifier[bot]
Please sign in to comment.