On Tue, 5 May 2026 17:38:34 GMT, Artur Barashev <[email protected]> wrote:
>> test/jdk/javax/net/ssl/ServerName/SNIWildcardMatching.java line 123:
>>
>>> 121: } catch (Exception e) {
>>> 122: fail("Error running "
>>> 123: + Arrays.toString(v) + ": " +
>>> e.getMessage());
>>
>> Suggestion:
>>
>> + Arrays.toString(v) + ": ", e);
>
> Done, thanks!
The update to "+ e" would still not preserve the stack trace, consider update
to ", e".
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31042#discussion_r3190442896