On Thu, 3 Jun 2021 19:13:00 GMT, Valerie Peng <valer...@openjdk.org> wrote:

>> Anthony Scarpino has updated the pull request incrementally with three 
>> additional commits since the last revision:
>> 
>>  - missed resultLen and undo decrypt heap hasarray check
>>  - code review comments
>>  - fix
>
> src/java.base/share/classes/com/sun/crypto/provider/GaloisCounterMode.java 
> line 84:
> 
>> 82:     private static final int MAX_BUF_SIZE = Integer.MAX_VALUE;
>> 83:     // data size when buffer is divided up to aid in intrinsics
>> 84:     private static final int TRIGGERLEN = 4096;  // 64k
> 
> nit: comment should be 4k?

Ack.. I changed it to test something and forgot to change it back.. I'll put it 
back to 64k with the merge-conflict

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

PR: https://git.openjdk.java.net/jdk/pull/4072

Reply via email to