On Mon, 8 May 2023 14:14:42 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> Ferenc Rakoczi has updated the pull request incrementally with one >> additional commit since the last revision: >> >> adding key translation, finally block, removing 24-byte LMOTS parameters > > src/java.base/share/classes/sun/security/provider/HSS.java line 229: > >> 227: >> 228: static class LMSUtils { >> 229: public final static int LMS_RESERVED = 0; > > The statics and methods of `LMSUtils` can all be package-private. Changed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13691#discussion_r1188534400