RFR: 8361495: (fc) Async close of streams connected to uninterruptible FileChannel doesn't throw AsynchronousCloseException in all cases [v3]
Brian Burkhalter
bpb at openjdk.org
Thu Jul 24 20:33:14 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: Add read and write tests and convert to JUnit 5
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/26435/files
- new: https://git.openjdk.org/jdk/pull/26435/files/8f708847..899f28cd
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=26435&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=26435&range=01-02
Stats: 154 lines in 1 file changed: 121 ins; 2 del; 31 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