[jdk13u-dev] Integrated: 8193682: Infinite loop in ZipOutputStream.close()
Yuri Nesterenko
yan at openjdk.java.net
Wed Apr 6 07:48:42 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.
This pull request has now been integrated.
Changeset: 7da3cd1f
Author: Yuri Nesterenko <yan at openjdk.org>
URL: https://git.openjdk.java.net/jdk13u-dev/commit/7da3cd1f3535d7474845e2d52eb05c2e8d148c18
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/jdk13u-dev/pull/337
More information about the jdk-updates-dev
mailing list