[jdk17u] RFR: 8271567: AArch64: AES Galois CounterMode (GCM) interleaved implementation using vector instructions [v3]
Andrew Haley
aph at openjdk.java.net
Thu Oct 28 15:39:57 UTC 2021
> [New PR because of the 17u updates SNAFU.]
>
> This is a backport of the big AES/GCM patch from JDK head. It's a
> major change and it's had very little time (almost a day) to mature in
> head, so I've set things up so that there is no change at all unless
> you explicitly enable `-XX:+UseAESGCMIntrinsics`, which defaults
> to false. When we've had more time we can perhaps turn it on by default.
Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
New file
-------------
Changes:
- all: https://git.openjdk.java.net/jdk17u/pull/216/files
- new: https://git.openjdk.java.net/jdk17u/pull/216/files/4adf21b3..02ebfa3a
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk17u&pr=216&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk17u&pr=216&range=01-02
Stats: 685 lines in 1 file changed: 685 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk17u/pull/216.diff
Fetch: git fetch https://git.openjdk.java.net/jdk17u pull/216/head:pull/216
PR: https://git.openjdk.java.net/jdk17u/pull/216
More information about the jdk-updates-dev
mailing list