git: openjdk/jdk: master: 8347712: IllegalStateException on multithreaded ZipFile access with non-UTF8 charset

Jaikiran Pai jpai at openjdk.org
Wed May 14 01:54:36 UTC 2025


Changeset: 2c4e8d21
Branch: master
Author:    Jaikiran Pai <jpai at openjdk.org>
Date:      2025-05-14 01:53:19 +0000
URL:       https://git.openjdk.org/jdk/commit/2c4e8d211a030c85488e656a9a851d10dd0f9c11

8347712: IllegalStateException on multithreaded ZipFile access with non-UTF8 charset
8355975: ZipFile uses incorrect Charset if another instance for the same ZIP file was constructed with a different Charset

Co-authored-by: Eirik Bjørsnøs <eirbjo at openjdk.org>
Reviewed-by: eirbjo, lancea, redestad, alanb

! src/java.base/share/classes/java/util/zip/ZipCoder.java
! src/java.base/share/classes/java/util/zip/ZipFile.java
+ test/jdk/java/util/zip/ZipFile/ZipFileCharsetTest.java
+ test/jdk/java/util/zip/ZipFile/ZipFileSharedSourceTest.java



More information about the jdk-changes mailing list