-
Notifications
You must be signed in to change notification settings - Fork 97
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
8341194: [REDO] Implement C2 VectorizedHashCode on AArch64 #1170
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back chadrako! 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. |
|
/approval request Clean backport to add C2 VectorizedHashCode on AArch64 for performance improvements. The change has been verified with all jtreg tests tiers on linux-aarch64 release and linux-aarch64 fastdebug |
Hi, |
Backport JDK-8341194 [REDO] Implement C2 VectorizedHashCode on AArch64
Backport is clean. Trivial merge conflicts with includes and already present code. Original implementation JDK-8322770 caused build and test failures. Build failures that were reproducible with
make bootcycle-images
run onlinux-aarch64 fastdebug/release
successfully. All jtreg and new asmtest pass onlinux-aarch64 release
.Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/1170/head:pull/1170
$ git checkout pull/1170
Update a local copy of the PR:
$ git checkout pull/1170
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/1170/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1170
View PR using the GUI difftool:
$ git pr show -t 1170
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/1170.diff
Using Webrev
Link to Webrev Comment