[jdk15u-dev] RFR: 8251216: Implement MD5 intrinsics on AArch64

Volker Simonis simonis at openjdk.java.net
Wed Feb 2 10:00:26 UTC 2022


On Tue, 1 Feb 2022 17:36:06 GMT, Paul Hohensee <phh at openjdk.org> wrote:

> This backport completes the series whose prefix is JDK-8250902 and JDK-8251260. See https://git.openjdk.java.net/jdk15u-dev/pull/163 and https://git.openjdk.java.net/jdk15u-dev/pull/166 respectively.
> 
> The backport is clean except for a minor conflict in stubRoutines_aarch64.hpp, where code_size2 is changed to 4500.
> 
> Testing: tier1, including MD5/SHA jtreg tests.

Looks good to me. The new code size is probably a little to high because in 18 there are additional stubs which haven't been downported yet, but better be on the safe side :)

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

Marked as reviewed by simonis (Reviewer).

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


More information about the jdk-updates-dev mailing list