8305174: disable dtrace for s390x builds

Reviewed-by: erikj, lucy, mbaesken
This commit is contained in:
Amit Kumar 2023-03-31 07:46:50 +00:00 committed by Matthias Baesken
parent 787832a586
commit 7fe5bd2bec

View File

@ -251,6 +251,9 @@ AC_DEFUN_ONCE([JVM_FEATURES_CHECK_DTRACE],
if test "x$OPENJDK_TARGET_CPU_ARCH" = "xppc"; then
AC_MSG_RESULT([no, $OPENJDK_TARGET_CPU_ARCH])
AVAILABLE=false
elif test "x$OPENJDK_TARGET_CPU_ARCH" = "xs390"; then
AC_MSG_RESULT([no, $OPENJDK_TARGET_CPU_ARCH])
AVAILABLE=false
elif test "x$DTRACE" != "x" && test -x "$DTRACE"; then
AC_MSG_RESULT([$DTRACE])
else