On Wed, 26 Nov 2025 21:45:20 GMT, Artur Barashev <[email protected]> wrote:

>> test/jdk/sun/security/ssl/SSLContextImpl/CustomizedCipherSuites.java line 36:
>> 
>>> 34:  *      TLS_ECDH_anon_WITH_AES_128_CBC_SHA
>>> 35:  * @run main/othervm
>>> 36:  *      -Djdk.tls.client.cipherSuites="unknown"
>> 
>> I'm assuming these lines were removed because `"unknown"` is the same as 
>> `""`.
>
> Actually no, this particular test case fails now with this change. I've 
> created `NoSupportedCipherSuites` test to cover that case.

Okay I see it now.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28499#discussion_r2566591217

Reply via email to