-
Notifications
You must be signed in to change notification settings - Fork 131
8347712: IllegalStateException on multithreaded ZipFile access with non-UTF8 charset #1949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…on-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 <[email protected]> Reviewed-by: eirbjo, lancea, redestad, alanb
👋 Welcome back jkratochvil! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issues from the original commit. |
|
/approval request There is needed a backport for 21u to fix ZIP files handling. It is not a clean backport, last commit resolves the conflicts. |
@jankratochvil |
Hi @jankratochvil |
Multithreaded handling of ZIP files can throw an exception.
This backport is far from clean. The last commit resolves the conflicts.
The backport would be a little cleaner if there was backported as a pre-requisite JDK-8321156. But given there is a backward compatibility concern I have not backported it.
(jdk25 already contains it), this jdk21, jdk17.
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/1949/head:pull/1949
$ git checkout pull/1949
Update a local copy of the PR:
$ git checkout pull/1949
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/1949/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1949
View PR using the GUI difftool:
$ git pr show -t 1949
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/1949.diff
Using Webrev
Link to Webrev Comment