On Thu, 18 Feb 2021 22:24:28 GMT, Rajan Halade <[email protected]> wrote:
>> Evan Whelan has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8211227: Re-wrote LoggingFormatConsistency to use local SSL server rather
>> than an existing URL
>
> test/jdk/sun/security/ssl/SSLLogger/LoggingFormatConsistency.java line 145:
>
>> 143: * Fork off the other side, then do your work.
>> 144: */
>> 145: LoggingFormatConsistency() throws Exception {
>
> Have you looked at the templates available at
> test/jdk/javax/net/ssl/templates? Check SSLSocketTemplate.java which is using
> CountDownLatch.
I have not! I'll take a look, thanks
-------------
PR: https://git.openjdk.java.net/jdk/pull/2331