[jdk17u-dev] Integrated: 8280233: Temporarily disable Unix domain sockets in Windows PipeImpl
Alexey Pavlyutkin
duke at openjdk.org
Tue Jul 19 11:31:20 UTC 2022
On Wed, 13 Jul 2022 12:33:05 GMT, Alexey Pavlyutkin <duke at openjdk.org> wrote:
> Hi!
>
> Here is a backport that disables using of Unix domain socket in Pipe implementation for Windows and switches it back to TCP socket on the loopback. That fixes occasional hangings caused by an error in Winsock2 library. The original patch is applied cleanly.
>
> Verification (Microsoft Windows 10 Pro Build 19044): [WSARecvHanger.java](https://bugs.openjdk.org/secure/attachment/97583/WSARecvHanger.java)
> Regression (Microsoft Windows 10 Pro Build 19044): test\jdk\java\nio\channels
This pull request has now been integrated.
Changeset: bd776632
Author: Alexey Pavlyutkin <apavlyutkin at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/bd7766321b2530d77835ca77e4b819cee6831a3f
Stats: 25 lines in 1 file changed: 0 ins; 22 del; 3 mod
8280233: Temporarily disable Unix domain sockets in Windows PipeImpl
Backport-of: 03680bea1cca1113ea23a1eb7a413b93dd73c381
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/548
More information about the jdk-updates-dev
mailing list