RFR: 8193682: Infinite loop in ZipOutputStream.close() [v3]

Ravi Reddy rreddy at openjdk.java.net
Tue Oct 12 15:03:49 UTC 2021


On Tue, 12 Oct 2021 15:00:11 GMT, Ravi Reddy <rreddy at openjdk.org> wrote:

>> the output stream is only closed if an exception is raised though ?
>
> Yes , we are closing the stream only when exception occurs during write operation

Yes, we are closing the stream only when an exception occurs during a write operation

-------------

PR: https://git.openjdk.java.net/jdk/pull/5522


More information about the core-libs-dev mailing list