-
Notifications
You must be signed in to change notification settings - Fork 225
8347712: IllegalStateException on multithreaded ZipFile access with non-UTF8 charset #3720
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. |
Webrevs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost clean backport from the 21u backport openjdk/jdk21u-dev#1949. Lgtm.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
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), jdk21, this jdk17.
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/3720/head:pull/3720
$ git checkout pull/3720
Update a local copy of the PR:
$ git checkout pull/3720
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/3720/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3720
View PR using the GUI difftool:
$ git pr show -t 3720
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/3720.diff
Using Webrev
Link to Webrev Comment