Skip to content

Commit 7fe5bd2

Browse files
offamitkumarMBaesken
authored andcommitted
8305174: disable dtrace for s390x builds
Reviewed-by: erikj, lucy, mbaesken
1 parent 787832a commit 7fe5bd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

make/autoconf/jvm-features.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ AC_DEFUN_ONCE([JVM_FEATURES_CHECK_DTRACE],
251251
if test "x$OPENJDK_TARGET_CPU_ARCH" = "xppc"; then
252252
AC_MSG_RESULT([no, $OPENJDK_TARGET_CPU_ARCH])
253253
AVAILABLE=false
254+
elif test "x$OPENJDK_TARGET_CPU_ARCH" = "xs390"; then
255+
AC_MSG_RESULT([no, $OPENJDK_TARGET_CPU_ARCH])
256+
AVAILABLE=false
254257
elif test "x$DTRACE" != "x" && test -x "$DTRACE"; then
255258
AC_MSG_RESULT([$DTRACE])
256259
else

0 commit comments

Comments
 (0)