diff -r a62d88d56a71 -r adde8cb7d01b common/autoconf/hotspot.m4 --- a/common/autoconf/hotspot.m4 Thu Jul 07 18:34:58 2016 +0000 +++ b/common/autoconf/hotspot.m4 Fri Jul 08 08:55:54 2016 +0200 @@ -161,10 +161,7 @@ INCLUDE_DTRACE=false AC_MSG_RESULT([no, forced]) elif test "x$enable_dtrace" = "xauto" || test "x$enable_dtrace" = "x"; then - if test "x$OPENJDK_TARGET_OS" = "xlinux" && test "x$OPENJDK" != "xtrue"; then - INCLUDE_DTRACE=false - AC_MSG_RESULT([no, non-open linux build]) - elif test "x$DTRACE_DEP_MISSING" = "xtrue"; then + if test "x$DTRACE_DEP_MISSING" = "xtrue"; then INCLUDE_DTRACE=false AC_MSG_RESULT([no, missing dependencies]) else