-
Backport
-
Resolution: Delivered
-
P4
-
7u351, 8u341, 11.0.16-oracle, 17.0.4-oracle, 18
`DeflaterOutputStream.close()` and `GZIPOutputStream.finish()` methods have been modified to close out the associated default JDK compressor before propagating a Throwable up the stack.
`ZIPOutputStream.closeEntry()` method has been modified to close out the associated default JDK compressor before propagating an IOException, not of type ZipException, up the stack.
`ZIPOutputStream.closeEntry()` method has been modified to close out the associated default JDK compressor before propagating an IOException, not of type ZipException, up the stack.
- backport of
-
JDK-8278386 Release Note: Default JDK Compressor Will Be Closed when IOException Is Encountered
- Closed