On Wed, 21 Dec 2022 19:46:57 GMT, Xue-Lei Andrew Fan <xue...@openjdk.org> wrote:
>> Volker Simonis has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Optimized initialisation of currentKeyID and deletion of expired session >> keys as proposed by @schlosna > > src/java.base/share/classes/sun/security/ssl/SSLSessionContextImpl.java line > 77: > >> 75: >> 76: private int currentKeyID; // RFC 5077 session ticket key >> name >> 77: private final Map<Integer, // Maps session keys to session >> state > > What do you think if adjusting the comment a little bit? > > // The current session ticket encryption key ID > private int currentKeyID; > > // Session ticket encryption keys and IDs map > private final Map<Integer, Changed. ------------- PR: https://git.openjdk.org/jdk/pull/11590