[jdk13u-dev] RFR: 8193682: Infinite loop in ZipOutputStream.close()
Andrew Brygin
bae at openjdk.java.net
Wed Apr 6 07:40:53 UTC 2022
On Mon, 4 Apr 2022 13:54:20 GMT, Yuri Nesterenko <yan at openjdk.org> wrote:
> This fix to the infinite loop in ZipOutputStream.close() is applicable to 13u (and the regtest promptly fails here). CSR is required and provided (thank you Goetz!). Zip tests are OK after the fix, the nightly is running.
> I have to use old format for switch: switch expressions are in preview mode in 13, and replaced code hasn't them anyway. Thus, review is necessary.
The change looks fine to me.
Thanks,
Andrew
-------------
Marked as reviewed by bae (Reviewer).
PR: https://git.openjdk.java.net/jdk13u-dev/pull/337
More information about the jdk-updates-dev
mailing list