Integrated: 8282296: (se) Pipe.open() creates a Pipe implementation that uses Unix domain sockets (win)

Michael McMahon michaelm at openjdk.java.net
Wed Feb 23 20:06:51 UTC 2022


On Wed, 23 Feb 2022 17:37:08 GMT, Michael McMahon <michaelm at openjdk.org> wrote:

> Hi, 
> 
> Can I get this small fix reviewed please. When JDK-8280944 was fixed, two boolean parameters were mixed up in the PipeImpl constructor resulting in AF_UNIX sockets being re-enabled for Windows pipes.
> 
> Thanks,
> Michael.

This pull request has now been integrated.

Changeset: e540e0a8
Author:    Michael McMahon <michaelm at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/e540e0a81b923cce8b2f2689e01703509a4df1de
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8282296: (se) Pipe.open() creates a Pipe implementation that uses Unix domain sockets (win)

Reviewed-by: dfuchs, lancea, bpb

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

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


More information about the nio-dev mailing list