On Mon, 19 Jul 2021 19:22:53 GMT, Valerie Peng <[email protected]> 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