[jdk11u-dev] RFR: 8271567: AArch64: AES Galois CounterMode (GCM) interleaved implementation using vector instructions [v4]
Xin Liu
xliu at openjdk.java.net
Mon Nov 22 19:46:17 UTC 2021
On Wed, 3 Nov 2021 09:31:26 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Backport 4f3b626a36319cbbbbdcb1c02a84486a3d4eddb6
>
> src/hotspot/cpu/aarch64/vm_version_aarch64.cpp line 313:
>
>> 311: if (FLAG_IS_DEFAULT(UseAESCTRIntrinsics)) {
>> 312: FLAG_SET_DEFAULT(UseAESCTRIntrinsics, false);
>> 313: }
>
> `UseAESCTRIntrinsics` is already `false` by default, so this seems to be excessive. No harm doing this anyway.
+1
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/410
More information about the jdk-updates-dev
mailing list