[jdk15u-dev] Integrated: 8193682: Infinite loop in ZipOutputStream.close()

Yuri Nesterenko yan at openjdk.java.net
Wed Apr 6 07:47:57 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.

This pull request has now been integrated.

Changeset: 2d87380e
Author:    Yuri Nesterenko <yan at openjdk.org>
URL:       https://git.openjdk.java.net/jdk15u-dev/commit/2d87380efdc2fa3721b6991b9828df6f2f7d2bd9
Stats:     276 lines in 4 files changed: 206 ins; 44 del; 26 mod

8193682: Infinite loop in ZipOutputStream.close()

Reviewed-by: bae
Backport-of: 1e9ed54d362b8c57be5fbbac2de5afbd0f05435f

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

PR: https://git.openjdk.java.net/jdk15u-dev/pull/192


More information about the jdk-updates-dev mailing list