-
Notifications
You must be signed in to change notification settings - Fork 232
8317678: Fix up hashCode() for ZipFile.Source.Key #4169
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
|
👋 Welcome back rm-gh-8! 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 issue from the original commit. |
Webrevs
|
|
/approval request for backport of JDK-8317678: Fix up hashCode() for ZipFile.Source.Key. Ran the related tests on linux-x64, linux-aarch64, macos-aarch64 and windows-x64: (All Passed) - make test TEST=test/jdk/java/util/Calendar Ran the new benchmark tests on linux-x64, linux-aarch64, macos-aarch64 and windows-x64: (Successful) java -jar build/*/images/test/micro/benchmarks.jar java.util.zip.ZipFileOpen Results are attached. |
phohensee
left a comment
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.
The maintainers don't usually approve including a test in a backport which doesn't exist in the target repo, so I'd remove ZipFileOpen.java from the PR. If you do want to include ZipFileOpen.java in this PR, I'd first backport it via JDK-8300493, and merge that into this PR.
Recommended by reviewer.
Removed |
Backporting JDK-8317678: Fix up hashCode() for ZipFile.Source.Key. Fixes the hashCode() implementation and adds a new benchmark test. Ran GHA Sanity Checks (passed), related zip tests (passed) and the new benchmark test (executed properly). The merge conflict was due to the missing benchmark test file, which is in this PR.
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/4169/head:pull/4169$ git checkout pull/4169Update a local copy of the PR:
$ git checkout pull/4169$ git pull https://git.openjdk.org/jdk17u-dev.git pull/4169/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 4169View PR using the GUI difftool:
$ git pr show -t 4169Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/4169.diff
Using Webrev
Link to Webrev Comment