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 dc7efed commit f4c3110Copy full SHA for f4c3110
common/autoconf/toolchain.m4
@@ -852,7 +852,7 @@ AC_DEFUN_ONCE([TOOLCHAIN_MISC_CHECKS],
852
COMPILER_VERSION_NUMBER_MAJOR=`$ECHO "$COMPILER_VERSION_NUMBER" | $SED "s/@<:@^0-9@:>@.*//"`
853
AC_MSG_RESULT([found $COMPILER_VERSION_NUMBER_MAJOR.x])
854
if test $COMPILER_VERSION_NUMBER_MAJOR -lt 5; then
855
- AC_MSG_ERROR([GCC < 5 is known to lead to incorrect compilation on aarch64. See JDK-8360869.])
+ AC_MSG_ERROR([GCC < 5 may incorrectly compile HotSpot on aarch64. See JDK-8360869.])
856
fi
857
858
0 commit comments