[jdk15u-dev] RFR: 8193682: Infinite loop in ZipOutputStream.close()
Andrew Brygin
bae at openjdk.java.net
Wed Apr 6 07:39:03 UTC 2022
On Mon, 4 Apr 2022 14:06:36 GMT, Yuri Nesterenko <yan at openjdk.org> wrote:
> This fix to the infinite loop in ZipOutputStream.close() is applicable to 15u (and the regtest promptly fails here). CSR is required and provided despite some unusual obstacles (thank you Goetz!). Zip tests are OK after the fix, the nightly is running.
> In 15 switch expressions are in production already, however the replaced code hasn't them, so the review is necessary anyway, and I've decided not to use them.
The change looks fine to me.
Thanks,
Andrew
-------------
Marked as reviewed by bae (Reviewer).
PR: https://git.openjdk.java.net/jdk15u-dev/pull/192
More information about the jdk-updates-dev
mailing list