Skip to content

Commit f90fff3

Browse files
committed
CRIU restores CRIUSupport(Path imageDir) constructor
Support the original CRIUSupport(Path imageDir) constructor API with a singleton InternalCRIUSupport instance. Signed-off-by: Jason Feng <[email protected]>
1 parent 87e3b7a commit f90fff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jcl/src/openj9.criu/share/classes/org/eclipse/openj9/criu/CRIUSupport.java

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public static CRIUSupport getCRIUSupport() {
113113
@Deprecated(forRemoval=true)
114114
public CRIUSupport(Path imageDir) {
115115
System.err.println("WARNING: CRIUSupport(imageDir) constructor is deprecated, please use CRIUSupport.getCRIUSupport() and setImageDir(imageDir)"); //$NON-NLS-1$
116+
singletonInternalCRIUSupport.setImageDir(imageDir);
116117
}
117118

118119
/**

0 commit comments

Comments
 (0)