On Wed, 4 Aug 2021 13:56:17 GMT, Fernando Guallini <fguall...@openjdk.org> wrote:
> The following test has been seen to fail intermittently on Windows platform: > sun/security/ssl/DHKeyExchange/LegacyDHEKeyExchange.java > with the exception: > java.net.SocketException: An established connection was aborted by the > software in your host machine > > The test seems to be suffering from some race condition in occasions that > should be handled to avoid instability This pull request has now been integrated. Changeset: f18c0fac Author: Fernando Guallini <fguall...@openjdk.org> Committer: Rajan Halade <rhal...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/f18c0fac11aac833edfdc484e221518c55daa9a7 Stats: 10 lines in 1 file changed: 10 ins; 0 del; 0 mod 8271560: sun/security/ssl/DHKeyExchange/LegacyDHEKeyExchange.java still fails due to "An established connection was aborted by the software in your host machine" Reviewed-by: xuelei, rhalade ------------- PR: https://git.openjdk.java.net/jdk/pull/4993