提交 ebb78c16 编写于 作者: C clanger

8241902: AIX Build broken after integration of JDK-8223147 (JFR Backport)

Reviewed-by: mdoerr, apetushkov
上级 1e15569d
......@@ -4394,7 +4394,7 @@ VS_SDK_PLATFORM_NAME_2017=
#CUSTOM_AUTOCONF_INCLUDE
# Do not change or remove the following line, it is needed for consistency checks:
DATE_WHEN_GENERATED=1583241599
DATE_WHEN_GENERATED=1585655585
###############################################################################
#
......@@ -19836,6 +19836,8 @@ fi
elif test "x$enable_jfr" = "xyes" ; then
if test "x$JVM_VARIANT_MINIMAL1" = "xtrue" -o "x$JVM_VARIANT_ZERO" = "xtrue"; then
as_fn_error $? "cannot enable JFR on minimal1 VM or zero build" "$LINENO" 5
elif test "x$OPENJDK_TARGET_OS" = xaix; then
as_fn_error $? "AIX does not support JFR" "$LINENO" 5
else
ENABLE_JFR=true
fi
#
# Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
......@@ -446,6 +446,8 @@ AC_DEFUN_ONCE([JDKOPT_SETUP_JDK_OPTIONS],
elif test "x$enable_jfr" = "xyes" ; then
if test "x$JVM_VARIANT_MINIMAL1" = "xtrue" -o "x$JVM_VARIANT_ZERO" = "xtrue"; then
AC_MSG_ERROR([cannot enable JFR on minimal1 VM or zero build])
elif test "x$OPENJDK_TARGET_OS" = xaix; then
AC_MSG_ERROR([AIX does not support JFR])
else
ENABLE_JFR=true
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册