Integrated: 8361495: (fc) Async close of streams connected to uninterruptible FileChannel doesn't throw AsynchronousCloseException in all cases

Brian Burkhalter bpb at openjdk.org
Wed Aug 27 15:32:54 UTC 2025


On Tue, 22 Jul 2025 23:21:23 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Throw `AsynchronousCloseException` from `FileChannelImpl` methods if the channel is uninterruptible and was closed before the method (operation) could complete.

This pull request has now been integrated.

Changeset: f1c0b4ed
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f1c0b4ed722bf4cc5f262e804cec26d59ceb6e8b
Stats:     163 lines in 2 files changed: 162 ins; 0 del; 1 mod

8361495: (fc) Async close of streams connected to uninterruptible FileChannel doesn't throw AsynchronousCloseException in all cases

Reviewed-by: alanb

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

PR: https://git.openjdk.org/jdk/pull/26435


More information about the nio-dev mailing list