On Tue, 5 May 2026 17:30:52 GMT, Rajan Halade <[email protected]> wrote:

>> Artur Barashev has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Use exception toString() instead of getMessage()
>
> 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!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/31042#discussion_r3190403770

Reply via email to