On Wed, 28 Jan 2026 16:11:52 GMT, Sean Coffey <[email protected]> wrote:
>> src/java.base/share/classes/sun/security/ssl/SSLLogger.java line 105:
>>
>>> 103: if (Opt.HANDSHAKE.on && p.contains("verbose")) {
>>> 104: Opt.HANDSHAKE_VERBOSE.on = true;
>>> 105: }
>>
>> Not absolutely needed given the options currently defined, but you could
>> `replaceFirst()` on these 3 as well.
>>
>> Your call.
>
> thanks - I might leave this out for now. Unlikely we'll ever need such values
> to be removed.
Ok.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18764#discussion_r2738459779