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
Thu Jul 24 20:35:54 UTC 2025
On Wed, 23 Jul 2025 15:01:17 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.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 8361495: Clean up initial test
The test as of commit 899f28c passed 100 repeats on Linux and Windows with the change to `FileChannelImpl`, but failed all 100 repeats on the same platforms without the implementation change.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26435#issuecomment-3114841375
More information about the nio-dev
mailing list