Skip to content

Commit b439856

Browse files
authoredFeb 21, 2025··
Merge pull request #440 from tajila/origin
Enable JFR on all platforms
2 parents 2848994 + f8589cd commit b439856

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed
 

‎closed/autoconf/custom-hook.m4

+2-9
Original file line numberDiff line numberDiff line change
@@ -433,15 +433,8 @@ AC_DEFUN([OPENJ9_CONFIGURE_JFR],
433433
elif test "x$enable_jfr" = xno ; then
434434
AC_MSG_RESULT([no (explicitly disabled)])
435435
elif test "x$enable_jfr" = x ; then
436-
case "$OPENJ9_PLATFORM_CODE" in
437-
xa64|xr64)
438-
AC_MSG_RESULT([yes (default)])
439-
OPENJ9_ENABLE_JFR=true
440-
;;
441-
*)
442-
AC_MSG_RESULT([no (default)])
443-
;;
444-
esac
436+
AC_MSG_RESULT([yes (default)])
437+
OPENJ9_ENABLE_JFR=true
445438
else
446439
AC_MSG_ERROR([--enable-jfr accepts no argument])
447440
fi

0 commit comments

Comments
 (0)
Please sign in to comment.