ibmruntimes / openj9-openjdk-jdk11

Extensions for OpenJDK 11 for Eclipse OpenJ9
GNU General Public License v2.0
31 stars 112 forks source link

CRIU adds @NotCheckpointSafe for ZipFile.getEntry(String, Function) #808

Closed JasonFengJ9 closed 1 month ago

JasonFengJ9 commented 1 month ago

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

tajila commented 1 month ago

jenkins test sanilty alinux64 jdk11

tajila commented 1 month ago

jenkins test sanity alinux64 jdk11