On Sat, 7 Jan 2023 08:24:42 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Volker Simonis has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Updated copyright year to 2023 > > src/java.base/share/classes/sun/security/ssl/SSLSessionContextImpl.java line > 220: > >> 218: return ssk; >> 219: } >> 220: int newID = currentKeyID + 1; > > Do we actually want to support the whole range of ints here? Probably some > limitations can be applied? Why, we used the full range before and with this change we will produce significantly less keys anyway. ------------- PR: https://git.openjdk.org/jdk/pull/11590