Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8349909

jdk.internal.jimage.decompressor.ZipDecompressor does not close the Inflater in exceptional cases

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 25
    • 9
    • tools
    • 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.

            jpai Jaikiran Pai
            jpai Jaikiran Pai
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: