On Thu, 22 Jul 2021 17:19:20 GMT, Anthony Scarpino <ascarp...@openjdk.org> wrote:
>> src/java.base/share/classes/com/sun/crypto/provider/GaloisCounterMode.java >> line 650: >> >>> 648: int originalOutOfs = 0; >>> 649: byte[] in; >>> 650: byte[] out; >> >> The name "in", "out" are almost used in all calls, it's hard to tell when >> these two are actually used. Can we rename them to make them more unique? > > ok This is still present in the latest update. Is there another update coming? ------------- PR: https://git.openjdk.java.net/jdk/pull/4019