RFR: 8327095: (ch) java/nio/channels/AsyncCloseAndInterrupt.java: improve error message when mkfifo fails [v3]

Brian Burkhalter bpb at openjdk.org
Mon Mar 11 22:44:25 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: Improve ProcessTools use

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/18072/files
  - new: https://git.openjdk.org/jdk/pull/18072/files/705bbae4..79b3c50e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=18072&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=18072&range=01-02

  Stats: 7 lines in 1 file changed: 0 ins; 2 del; 5 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