Skip to content

Commit 3baf4ed

Browse files
authored
Merge pull request #21421 from JasonFengJ9/criuinstance-0.51
(0.51) CRIU restores CRIUSupport(Path imageDir) constructor
2 parents a55af96 + 3ae0901 commit 3baf4ed

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

Lines changed: 1 addition & 0 deletions
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)