On Mon, 1 Dec 2025 15:14:16 GMT, Sean Mullan <[email protected]> wrote:
>> Artur Barashev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Correct test description
>
> src/java.base/share/classes/sun/security/ssl/SSLContextImpl.java line 448:
>
>> 446:
>> 447: if (cipherSuites.isEmpty()) {
>> 448: throw new IllegalArgumentException("System property "
>
> How does this exception propagate to the caller? Can you show the stack trace?
Since this method is called to initialize static class variables the whole
class fails to initialize. So `ExceptionInInitializerError` is being thrown as
demonstrated in the [unit
test](https://github.com/openjdk/jdk/pull/28499/files#diff-907d2d932e7c3ee713ab69b674a8c5f6edfc5ebf3f62421e0effb0951ced41c9R45)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28499#discussion_r2577801716