Skip to content

Commit

Permalink
Merge pull request #541 from ibmruntimes/openj9
Browse files Browse the repository at this point in the history
Merge the latest OpenJ9 changes to 0.33
  • Loading branch information
JasonFengJ9 committed Jun 15, 2022
2 parents 01a678d + 231dcc9 commit e0ee44e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion closed/autoconf/custom-hook.m4
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,15 @@ AC_DEFUN([OPENJ9_CONFIGURE_JITSERVER],
elif test "x$enable_jitserver" = xno ; then
AC_MSG_RESULT([no (explicitly disabled)])
elif test "x$enable_jitserver" = x ; then
AC_MSG_RESULT([no (default)])
case "$OPENJ9_PLATFORM_CODE" in
xa64|xl64|xz64)
AC_MSG_RESULT([yes (default)])
OPENJ9_ENABLE_JITSERVER=true
;;
*)
AC_MSG_RESULT([no (default)])
;;
esac
else
AC_MSG_ERROR([--enable-jitserver accepts no argument])
fi
Expand Down

0 comments on commit e0ee44e

Please sign in to comment.