[jdk15u-dev] RFR: 8250902: Implement MD5 Intrinsics on x86

Volker Simonis simonis at openjdk.java.net
Fri Jan 28 18:57:21 UTC 2022


On Thu, 27 Jan 2022 22:10:43 GMT, Paul Hohensee <phh at openjdk.org> wrote:

> 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](https://bugs.openjdk.java.net/browse/JDK-8251260) to fix two tests. After that, I'd like to backport the aarch64 version in [JDK-8251216](https://bugs.openjdk.java.net/browse/JDK-8251216).

Marked as reviewed by simonis (Reviewer).

Looks good to me. 

Just for reference, I want to mention that the merge conflict in `library_call.cpp` is because [8151779: Some intrinsic flags could be replaced with one general flag](https://bugs.openjdk.java.net/browse/JDK-8151779) is missing in JDK 15, but it obviously doesn't make sense to downport that huge change as a dependency for this downport.

Thanks,
Volker

-------------

PR: https://git.openjdk.java.net/jdk15u-dev/pull/163


More information about the jdk-updates-dev mailing list