On Fri, 18 Nov 2022 05:19:31 GMT, Anthony Scarpino <ascarp...@openjdk.org> 
wrote:

>> src/java.base/share/classes/com/sun/crypto/provider/GaloisCounterMode.java 
>> line 694:
>> 
>>> 692:         int originalOutOfs = 0;
>>> 693: 
>>> 694:         // True if op is in-place array decryption with the input & 
>>> output
>> 
>> // Setting `inPlaceArray` to true turns off combined intrinsic processing.
>
> yeah that's better

Actually the replacement isn't entirely accurate.  This only applies to 
decryption and for buffers that don't overlap where input is ahead of output.  
That's why the comment is so wordy

-------------

PR: https://git.openjdk.org/jdk/pull/11121

Reply via email to