RFR: 8267125: AES Galois CounterMode (GCM) interleaved implementation using AVX512 + VAES instructions [v4]
Anthony Scarpino
ascarpino at openjdk.java.net
Thu Jul 22 17:51:07 UTC 2021
On Mon, 19 Jul 2021 19:22:53 GMT, Valerie Peng <valeriep at openjdk.org> wrote:
>> Smita Kamath has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Updated AES-GCM intrinsic to match latest Java Code
>
> src/java.base/share/classes/com/sun/crypto/provider/GaloisCounterMode.java line 729:
>
>> 727:
>> 728: if (src.hasArray() && dst.hasArray()) {
>> 729: int l = rlen;
>
> Remove this "l" variable since it's not used?
The code needs some reorganizing
-------------
PR: https://git.openjdk.java.net/jdk/pull/4019
More information about the hotspot-compiler-dev
mailing list