Skip to content

Commit 6ec11ef

Browse files
authored
Merge pull request #470 from JasonFengJ9/enablecrac-0.51
(0.51) Enable CRaC for all Linux platforms
2 parents a203b77 + d59217c commit 6ec11ef

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

closed/autoconf/custom-hook.m4

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,14 +331,10 @@ AC_DEFUN([OPENJ9_CONFIGURE_CRAC_AND_CRIU_SUPPORT],
331331
332332
# Compute platform-specific defaults.
333333
case "$OPENJ9_PLATFORM_CODE" in
334-
xa64)
334+
xa64|xl64|xr64|xz64)
335335
default_crac=yes
336336
default_criu=yes
337337
;;
338-
xl64|xr64|xz64)
339-
default_crac=no
340-
default_criu=yes
341-
;;
342338
*)
343339
default_crac=no
344340
default_criu=no

0 commit comments

Comments
 (0)