From fec632031d82236b9eb979ef8fe76827055d22b5 Mon Sep 17 00:00:00 2001 From: tajila Date: Wed, 6 Nov 2024 10:16:53 -0500 Subject: [PATCH] Enable JFR on Aarch64 linux Signed-off-by: tajila --- closed/autoconf/custom-hook.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/closed/autoconf/custom-hook.m4 b/closed/autoconf/custom-hook.m4 index d01cb1d6e2..e18989b2c1 100644 --- a/closed/autoconf/custom-hook.m4 +++ b/closed/autoconf/custom-hook.m4 @@ -450,7 +450,7 @@ AC_DEFUN([OPENJ9_CONFIGURE_JFR], AC_MSG_RESULT([no (explicitly disabled)]) elif test "x$enable_jfr" = x ; then case "$OPENJ9_PLATFORM_CODE" in - xa64) + xa64|xr64) AC_MSG_RESULT([yes (default)]) OPENJ9_ENABLE_JFR=true ;;