Skip to content

Commit 58f381f

Browse files
committed
Enable JFR on Aarch64 linux
Signed-off-by: tajila <[email protected]>
1 parent 5a723c0 commit 58f381f

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
@@ -474,7 +474,7 @@ AC_DEFUN([OPENJ9_CONFIGURE_JFR],
474474
AC_MSG_RESULT([no (explicitly disabled)])
475475
elif test "x$enable_jfr" = x ; then
476476
case "$OPENJ9_PLATFORM_CODE" in
477-
xa64)
477+
xa64|xr64)
478478
AC_MSG_RESULT([yes (default)])
479479
OPENJ9_ENABLE_JFR=true
480480
;;

0 commit comments

Comments
 (0)