Skip to content

Commit

Permalink
Merge pull request #568 from r30shah/enableCRIU
Browse files Browse the repository at this point in the history
Enable CRIU by default on Linux on Z
  • Loading branch information
tajila authored Mar 20, 2023
2 parents a75d267 + 76097ac commit 4f59d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions closed/autoconf/custom-hook.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ===========================================================================
# (c) Copyright IBM Corp. 2017, 2022 All Rights Reserved
# (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved
# ===========================================================================
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
Expand Down Expand Up @@ -349,7 +349,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)
xa64|xz64)
AC_MSG_RESULT([yes (default)])
OPENJ9_ENABLE_CRIU_SUPPORT=true
;;
Expand Down

0 comments on commit 4f59d42

Please sign in to comment.