Skip to content

Commit cfc55c8

Browse files
committed
Enable CRIU by default on Linux on Z
Signed-off-by: Rahil Shah <[email protected]>
1 parent 2fa3123 commit cfc55c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

closed/autoconf/custom-hook.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ===========================================================================
2-
# (c) Copyright IBM Corp. 2017, 2022 All Rights Reserved
2+
# (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved
33
# ===========================================================================
44
# This code is free software; you can redistribute it and/or modify it
55
# under the terms of the GNU General Public License version 2 only, as
@@ -353,7 +353,7 @@ AC_DEFUN([OPENJ9_CONFIGURE_CRIU_SUPPORT],
353353
AC_MSG_RESULT([no (explicitly disabled)])
354354
elif test "x$enable_criu_support" = x ; then
355355
case "$OPENJ9_PLATFORM_CODE" in
356-
xa64)
356+
xa64|xz64)
357357
AC_MSG_RESULT([yes (default)])
358358
OPENJ9_ENABLE_CRIU_SUPPORT=true
359359
;;

0 commit comments

Comments
 (0)