8250902: Implement MD5 Intrinsics on x86 #163
Conversation
👋 Welcome back phh! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
Thank you for the review, Ludovic. Testing: tier1, including the new and existing sha tests. |
Looks good to me. Just for reference, I want to mention that the merge conflict in Thanks, |
@phohensee This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
Thanks for the review, Volker. I agree on 8151779. |
Backport approved. /integrate |
@phohensee Pushed as commit 6a904b3. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
I'd like to backport MD5 intrinsification because it improves security related performance. Backport is clean except for a merge conflict in library_call.cpp resulting from renumbering the intrinsic enum.
This backport will be immediately followed by a backport of JDK-8251260 to fix two tests. After that, I'd like to backport the aarch64 version in JDK-8251216.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk15u-dev pull/163/head:pull/163
$ git checkout pull/163
Update a local copy of the PR:
$ git checkout pull/163
$ git pull https://git.openjdk.java.net/jdk15u-dev pull/163/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 163
View PR using the GUI difftool:
$ git pr show -t 163
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk15u-dev/pull/163.diff