Skip to content

Commit 388eeae

Browse files
committed
Enable JFR on all linux, AIX and Mac platforms
Signed-off-by: Tobi Ajila <[email protected]>
1 parent df94072 commit 388eeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

closed/autoconf/custom-hook.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ AC_DEFUN([OPENJ9_CONFIGURE_JFR],
437437
AC_MSG_RESULT([no (explicitly disabled)])
438438
elif test "x$enable_jfr" = x ; then
439439
case "$OPENJ9_PLATFORM_CODE" in
440-
xa64|xr64)
440+
xa64|xl64|xr64|xz64|ap64|or64|oa64)
441441
AC_MSG_RESULT([yes (default)])
442442
OPENJ9_ENABLE_JFR=true
443443
;;

0 commit comments

Comments
 (0)