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

Brian Burkhalter bpb at openjdk.org
Tue Mar 12 17:12:28 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: OutputAnalyzer.pid() -> OutputAnalyzer.getExitValue()

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

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

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

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