On Tue, 18 May 2021 22:23:11 GMT, Valerie Peng <valer...@openjdk.org> wrote:
>> Anthony Scarpino has updated the pull request incrementally with one >> additional commit since the last revision: >> >> cleanup > > src/java.base/share/classes/com/sun/crypto/provider/GaloisCounterMode.java > line 225: > >> 223: } >> 224: >> 225: SecureRandom random = null; > > Is this field used? I didn't find any assignment. If it's needed, can you > please move it to where the rest of fields are? As part of your earlier comment, I realized it should be used when the user specifies a random. I also moved it up to the top ------------- PR: https://git.openjdk.java.net/jdk/pull/4072