On Sun, 21 Jul 2024 16:32:09 GMT, Technici4n wrote:
> Oh, I missed the assignment and did not check with @LanceAndersen.
I don't have a problem with you or someone else taking ownership of this issue
once the discussion that Alan points out comes to a conclusion. Until the
overall path forwar
On Sun, 21 Jul 2024 13:29:36 GMT, Technici4n wrote:
> Hi,
>
> Here is a fix for https://bugs.openjdk.org/browse/JDK-8316882, following the
> `FileChannelImpl#setUninterruptible` pattern used in `Files.readAllBytes` for
> example.
>
> There has been some discussion on nio-dev about more broadl
On Sun, 21 Jul 2024 13:29:36 GMT, Technici4n wrote:
> Hi,
>
> Here is a fix for https://bugs.openjdk.org/browse/JDK-8316882, following the
> `FileChannelImpl#setUninterruptible` pattern used in `Files.readAllBytes` for
> example.
>
> There has been some discussion on nio-dev about more broadl
Hi,
Here is a fix for https://bugs.openjdk.org/browse/JDK-8316882, following the
`FileChannelImpl#setUninterruptible` pattern used in `Files.readAllBytes` for
example.
There has been some discussion on nio-dev about more broadly rethinking the
interrupt handling for `FileChannels`, for example