RFR: 8361495: (fc) Async close of streams connected to uninterruptible FileChannel doesn't throw AsynchronousCloseException in all cases [v4]
Brian Burkhalter
bpb at openjdk.org
Mon Aug 11 19:06:29 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: Remove commented out code and low value print statement
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/26435/files
- new: https://git.openjdk.org/jdk/pull/26435/files/899f28cd..a39b2f1b
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=26435&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=26435&range=02-03
Stats: 30 lines in 1 file changed: 0 ins; 30 del; 0 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