On Tue, 18 May 2021 18:52:06 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 75: > >> 73: private GCMEngine engine; >> 74: >> 75: private boolean encryption = true; > > Move these non-static fields to where they belong? Do you mean below the static references? I never noticed that as a style requirement ------------- PR: https://git.openjdk.java.net/jdk/pull/4072