Skip to content

Commit

Permalink
Enable JFR on Aarch64 linux
Browse files Browse the repository at this point in the history
Signed-off-by: tajila <atobia@ca.ibm.com>
  • Loading branch information
tajila committed Nov 6, 2024
1 parent 5d3e23f commit fec6320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/autoconf/custom-hook.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit fec6320

Please sign in to comment.