diff --git a/closed/autoconf/custom-hook.m4 b/closed/autoconf/custom-hook.m4 index 528c409bf4b..ee41d77268b 100644 --- a/closed/autoconf/custom-hook.m4 +++ b/closed/autoconf/custom-hook.m4 @@ -353,7 +353,7 @@ AC_DEFUN([OPENJ9_CONFIGURE_CRIU_SUPPORT], AC_MSG_RESULT([no (explicitly disabled)]) elif test "x$enable_criu_support" = x ; then case "$OPENJ9_PLATFORM_CODE" in - xa64|xz64) + xa64|xr64|xz64) AC_MSG_RESULT([yes (default)]) OPENJ9_ENABLE_CRIU_SUPPORT=true ;; diff --git a/closed/autoconf/version-numbers b/closed/autoconf/version-numbers index d1d97f5054c..e54ffed7a54 100644 --- a/closed/autoconf/version-numbers +++ b/closed/autoconf/version-numbers @@ -1,5 +1,5 @@ # =========================================================================== -# (c) Copyright IBM Corp. 2019, 2021 All Rights Reserved +# (c) Copyright IBM Corp. 2019, 2023 All Rights Reserved # =========================================================================== # # This code is free software; you can redistribute it and/or modify it @@ -23,6 +23,6 @@ # Default settings unless overridden by configure COMPANY_NAME="Eclipse OpenJ9" -VENDOR_URL=http://www.eclipse.org/openj9 +VENDOR_URL="http://www.eclipse.org/openj9" VENDOR_URL_BUG="https://github.com/eclipse-openj9/openj9/issues/new?labels=userRaised&template=user-problem.md" VENDOR_URL_VM_BUG="https://github.com/eclipse-openj9/openj9/issues/new?labels=userRaised&template=user-problem.md"