Integrated: 8327095: (ch) java/nio/channels/AsyncCloseAndInterrupt.java: improve error message when mkfifo fails
Brian Burkhalter
bpb at openjdk.org
Thu Mar 14 15:53:45 UTC 2024
On Thu, 29 Feb 2024 23:48:12 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: debd5973
Author: Brian Burkhalter <bpb at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/debd59732de2b865bbe81710debcae237e3f135b
Stats: 42 lines in 1 file changed: 36 ins; 4 del; 2 mod
8327095: (ch) java/nio/channels/AsyncCloseAndInterrupt.java: improve error message when mkfifo fails
Reviewed-by: alanb
-------------
PR: https://git.openjdk.org/jdk/pull/18072
More information about the nio-dev
mailing list