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 787832a commit 7fe5bd2Copy full SHA for 7fe5bd2
make/autoconf/jvm-features.m4
@@ -251,6 +251,9 @@ AC_DEFUN_ONCE([JVM_FEATURES_CHECK_DTRACE],
251
if test "x$OPENJDK_TARGET_CPU_ARCH" = "xppc"; then
252
AC_MSG_RESULT([no, $OPENJDK_TARGET_CPU_ARCH])
253
AVAILABLE=false
254
+ elif test "x$OPENJDK_TARGET_CPU_ARCH" = "xs390"; then
255
+ AC_MSG_RESULT([no, $OPENJDK_TARGET_CPU_ARCH])
256
+ AVAILABLE=false
257
elif test "x$DTRACE" != "x" && test -x "$DTRACE"; then
258
AC_MSG_RESULT([$DTRACE])
259
else
0 commit comments