RFR: 8327095: (ch) java/nio/channels/AsyncCloseAndInterrupt.java: improve error message when mkfifo fails [v5]
Brian Burkhalter
bpb at openjdk.org
Tue Mar 12 22:09:27 UTC 2024
> Add to the error message of the `IOException` thrown when the `mkfifo` command fails:
>
> 1. the absolute path of the FIFO which was to have been created;
> 2. the text read from the standard error stream of the process in which `mkfifo` was executed.
Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
8327095: If mkfifo fails with "Operation not supported", continue with a warning instead of failing
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18072/files
- new: https://git.openjdk.org/jdk/pull/18072/files/ea7de7b0..0ae84063
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18072&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18072&range=03-04
Stats: 13 lines in 1 file changed: 9 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/18072.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18072/head:pull/18072
PR: https://git.openjdk.org/jdk/pull/18072
More information about the nio-dev
mailing list