-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b11
jdk.tools.jlink.internal.plugins.ZipPlugin is a jlink plugin. In its internal implementation in the private compress() method, it uses a java.util.zip.Deflater to deflate the content. In its current form, the implementation in that method doesn't close the Deflater instance in exceptional cases and that appears to be an oversight which should be fixed.
- links to
-
Commit(master) openjdk/jdk/5b75ff72
-
Review(master) openjdk/jdk/23588