On Thu, 22 Apr 2021 11:41:40 GMT, Fernando Guallini <fguall...@openjdk.org> 
wrote:

> Test DHKeyExchange/LegacyDHEKeyExchange.java has been seen to fail 
> intermittently. There is a thread synchronisation issue that is fixed by:
> 
> - Using SSLSocketTemplate that handles client/server socket configuration and 
> synchronisation before connection
> - Making use of a CountDownLatch and socket linger to facilitate the socket 
> to close gracefully after both ends have finished the transmission

This pull request has now been integrated.

Changeset: 7e3bc4cb
Author:    Fernando Guallini <fguall...@openjdk.org>
Committer: Xue-Lei Andrew Fan <xue...@openjdk.org>
URL:       
https://git.openjdk.java.net/jdk/commit/7e3bc4cb444c7b7f3cd3e514b4ad7d7137799401
Stats:     287 lines in 1 file changed: 14 ins; 252 del; 21 mod

8228442: DHKeyExchange/LegacyDHEKeyExchange.java failed due to "SSLException: 
An established connection was aborted by the software in your host machine"

Reviewed-by: xuelei

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

PR: https://git.openjdk.java.net/jdk/pull/3622

Reply via email to