RFR: JDK-8271567: AArch64: AES Galois CounterMode (GCM) interleaved implementation using vector instructions [v8]
Andrew Haley
aph at openjdk.java.net
Tue Sep 14 16:07:49 UTC 2021
On Tue, 14 Sep 2021 05:25:07 GMT, Xin Liu <xliu at openjdk.org> wrote:
>> Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Whitespace
>
> src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp line 5605:
>
>> 5603: address small = generate_ghash_processBlocks();
>> 5604:
>> 5605: StubCodeMark mark(this, "StubRoutines", "ghash_processBlocks");
>
> ghash_processBlocks_wide? otherwise, there will be two stubs with a same name.
Good point; fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5390
More information about the hotspot-dev
mailing list