Skip to content

Commit

Permalink
Merge pull request #16645 from keithc-ca/criu
Browse files Browse the repository at this point in the history
Minor CRIU cleanup
  • Loading branch information
tajila authored Feb 2, 2023
2 parents 195a263 + fb8b873 commit c0cb5d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*[INCLUDE-IF (JAVA_SPEC_VERSION >= 8) & CRIU_SUPPORT]*/
/*[INCLUDE-IF CRIU_SUPPORT]*/
/*******************************************************************************
* Copyright (c) 2022, 2022 IBM Corp. and others
* Copyright (c) 2022, 2023 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -29,7 +29,7 @@
@SuppressWarnings({ "deprecation", "removal" })
/*[ENDIF] JAVA_SPEC_VERSION >= 17 */
public final class InternalCRIUSupport {
private static boolean criuSupportEnabled = isCRIUSupportEnabledImpl();
private static final boolean criuSupportEnabled = isCRIUSupportEnabledImpl();
private static long checkpointRestoreNanoTimeDelta;

private static native boolean isCRIUSupportEnabledImpl();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*[INCLUDE-IF (JAVA_SPEC_VERSION >= 8) & CRIU_SUPPORT]*/
/*[INCLUDE-IF CRIU_SUPPORT]*/
/*******************************************************************************
* Copyright (c) 2022, 2022 IBM Corp. and others
* Copyright (c) 2022, 2023 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down

0 comments on commit c0cb5d4

Please sign in to comment.