On Thu, 17 Jun 2021 13:20:54 GMT, Alexey Bakhtin <abakh...@openjdk.org> wrote:
> Please review the fix for JDK-8268965. > > The new jtreg test is added for the described issue. > sun/security/ssl and javax/net/ssl tests are passed Could I have more details about the problem? For example, the thread stacks for the socket reset or the thread stacks of the call to close() method. The test case does not call close() method of the socket or the I/O stream. Will the reset happen if the socket and I/O call the close() methods properly? ------------- PR: https://git.openjdk.java.net/jdk/pull/4520