On Thu, 18 Feb 2021 20:37:58 GMT, Evan Whelan <ewhe...@openjdk.org> wrote:
>> Hi everyone, >> >> Please review my fix for JDK-8211227 >> >> This supportability fix will result in a more consistent debug format when >> reading and writing TLS protocol versions. >> >> Thanks, >> Evan > > 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 Changes requested by rhalade (Reviewer). 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. ------------- PR: https://git.openjdk.java.net/jdk/pull/2331