On Wed, 21 Dec 2022 19:34:19 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 > 28: > >> 26: package sun.security.ssl; >> 27: >> 28: import java.security.SecureRandom; > > This import is not used. Fixed. ------------- PR: https://git.openjdk.org/jdk/pull/11590