The failure in the SSLSocketSSLEngineCloseInbound test is a timing-related issue. This change removes the race condition by synchronizing the client and server with CountDownLatch.
------------- Commit messages: - 8379549: [lworld] sun/security/ssl/SSLSocketImpl/SSLSocketSSLEngineCloseInbound.java failed with SocketException: Connection reset by peer Changes: https://git.openjdk.org/jdk/pull/30340/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30340&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8379549 Stats: 10 lines in 1 file changed: 5 ins; 0 del; 5 mod Patch: https://git.openjdk.org/jdk/pull/30340.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30340/head:pull/30340 PR: https://git.openjdk.org/jdk/pull/30340
