Closed JasonFengJ9 closed 1 month ago
CRIU adds @NotCheckpointSafe for ZipFile.getEntry(String)
@NotCheckpointSafe for ZipFile.getEntry(String)
Cherry-pick
To adopt JDK11 methods, moved the annotation to the private helper method ZipFile.getEntry(String name, Function<String, ? extends ZipEntry> func).
ZipFile.getEntry(String name, Function<String, ? extends ZipEntry> func)
Signed-off-by: Jason Feng fengj@ca.ibm.com
jenkins test sanilty alinux64 jdk11
jenkins test sanity alinux64 jdk11
CRIU adds
@NotCheckpointSafe for ZipFile.getEntry(String)
Cherry-pick
To adopt JDK11 methods, moved the annotation to the private helper method
ZipFile.getEntry(String name, Function<String, ? extends ZipEntry> func)
.Signed-off-by: Jason Feng fengj@ca.ibm.com