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

Brian Burkhalter bpb at openjdk.org
Wed Jul 23 15:01:17 UTC 2025


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

Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:

  8361495: Clean up initial test

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/26435/files
  - new: https://git.openjdk.org/jdk/pull/26435/files/e6e647f3..8f708847

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

  Stats: 29 lines in 1 file changed: 8 ins; 14 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/26435.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26435/head:pull/26435

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


More information about the nio-dev mailing list