RFR: 8273297: AES/GCM non-AVX512+VAES CPUs suffer after 8267125 [v2]
    Smita Kamath 
    svkamath at openjdk.java.net
       
    Tue Sep 21 18:31:14 UTC 2021
    
    
  
On Tue, 21 Sep 2021 16:37:49 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:
>> Smita Kamath has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Added a wrapper around aes-gcm intrinsic, changed data size in TestAESMain and added a new constant for htbl entries
>
> src/java.base/share/classes/com/sun/crypto/provider/GaloisCounterMode.java line 588:
> 
>> 586:                     ctOfs+len, out, outOfs+len, gctr, ghash);
>> 587:                 len+= partlen;
>> 588:                 inLen-= len;
> 
> This should be inLen -= partlen;
Done. Thank you for pointing this out.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5402
    
    
More information about the hotspot-dev
mailing list