Re: RFR: 8316882: Do not close ZipFileSystem on interrupt

2024-07-22 Thread Lance Andersen
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

Re: RFR: 8316882: Do not close ZipFileSystem on interrupt

2024-07-21 Thread Technici4n
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

Re: RFR: 8316882: Do not close ZipFileSystem on interrupt

2024-07-21 Thread Alan Bateman
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

RFR: 8316882: Do not close ZipFileSystem on interrupt

2024-07-21 Thread Technici4n
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