RFR: 8333867: SHA3 performance can be improved [v2]
    Ferenc Rakoczi 
    duke at openjdk.org
       
    Fri Jun 14 09:50:15 UTC 2024
    
    
  
On Fri, 14 Jun 2024 05:56:05 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> Ferenc Rakoczi has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix clone(), accept review suggestions.
>
> src/java.base/share/classes/sun/security/provider/SHA3.java line 152:
> 
>> 150:      */
>> 151:     void implReset() {
>> 152:         Arrays.fill(state,0L);
> 
> Suggestion:
> 
>         Arrays.fill(state, 0L);
Thanks! Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19632#discussion_r1639572679
    
    
More information about the core-libs-dev
mailing list