On Thu, 3 Jun 2021 20:45:41 GMT, Anthony Scarpino <ascarp...@openjdk.org> wrote:
>> 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 Sure. ------------- PR: https://git.openjdk.java.net/jdk/pull/4072