You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support the original CRIUSupport(Path imageDir) constructor API with a
singleton InternalCRIUSupport instance.
Signed-off-by: Jason Feng <[email protected]>
Copy file name to clipboardexpand all lines: jcl/src/openj9.criu/share/classes/org/eclipse/openj9/criu/CRIUSupport.java
+1
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,7 @@ public static CRIUSupport getCRIUSupport() {
113
113
@Deprecated(forRemoval=true)
114
114
publicCRIUSupport(PathimageDir) {
115
115
System.err.println("WARNING: CRIUSupport(imageDir) constructor is deprecated, please use CRIUSupport.getCRIUSupport() and setImageDir(imageDir)"); //$NON-NLS-1$
0 commit comments