-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b11
jdk.internal.jimage.decompressor.ZipDecompressor is an internal class to the jimage tool. In its private decompress() method, this class instantiates an java.util.zip.Inflater and uses it to decompress the content. In its current form, the method implementation doesn't end() the Inflater instance in exception cases and that appears to be an oversight which should be fixed.
- links to
-
Commit(master) openjdk/jdk/071c8f51
-
Review(master) openjdk/jdk/23626