[jdk25u-dev] Integrated: 8359978: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed again with java.net.SocketException: An established connection was aborted by the software in your host machine

Roland Mesde duke at openjdk.org
Thu Feb 12 12:12:27 UTC 2026


On Wed, 4 Feb 2026 20:23:36 GMT, Roland Mesde <duke at openjdk.org> wrote:

> Backporting JDK-8359978: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed again with java.net.SocketException: An established connection was aborted by the software in your host machine.
> 
> This PR updates the client application to read any available data from socket before closing, ensuring graceful connection shutdown.
> 
> For parity with Oracle JDK.
> 
> Ran related tests on linux-x64, linux-aarch64, macos-aarch64 and windows-x64:
> 
> make test TEST=test/jdk/javax/net/ssl/SSLSocket/Tls13PacketSize.java
> 
> Results attached:
> 
> [windows-x64-specific-test.log](https://github.com/user-attachments/files/25100377/windows-x64-specific-test.log)
> [macos-aarch64-specific-test.log](https://github.com/user-attachments/files/25100379/macos-aarch64-specific-test.log)
> [linux-x64-specific-test.log](https://github.com/user-attachments/files/25100381/linux-x64-specific-test.log)
> [linux-aarch64-specific-test.log](https://github.com/user-attachments/files/25100382/linux-aarch64-specific-test.log)

This pull request has now been integrated.

Changeset: 0b2843d8
Author:    Roland Mesde <mesde at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk25u-dev/commit/0b2843d8c1af58edd09ea04f15c1d7d8b729d925
Stats:     5 lines in 1 file changed: 5 ins; 0 del; 0 mod

8359978: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed again with java.net.SocketException: An established connection was aborted by the software in your host machine

Backport-of: 3cbcda5ff3d86d65554a470571c5d72047e8d7f6

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

PR: https://git.openjdk.org/jdk25u-dev/pull/228


More information about the jdk-updates-dev mailing list