RFR: 8282296: (se) Pipe.open() creates a Pipe implementation that uses Unix domain sockets (win)
Michael McMahon
michaelm at openjdk.java.net
Wed Feb 23 17:45:06 UTC 2022
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.
-------------
Commit messages:
- Fix
Changes: https://git.openjdk.java.net/jdk/pull/7597/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7597&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8282296
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/7597.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7597/head:pull/7597
PR: https://git.openjdk.java.net/jdk/pull/7597
More information about the nio-dev
mailing list