On Wed, 14 May 2025 20:13:36 GMT, Artur Barashev <abaras...@openjdk.org> wrote:
>> Bradford Wetmore has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Merged with changes for JDK-8353578 > > src/java.base/share/classes/sun/security/ssl/SSLSessionImpl.java line 1727: > >> 1725: >> 1726: // context length must fit in 2 unsigned bytes. >> 1727: if ((context != null) && context.length >= 65536) { > > Nit: `context.length > 0xFFFF` would be more readable IMO Sure. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24976#discussion_r2089941085