Here is a fix for https://bugs.openjdk.org/browse/JDK-8316882.
Following discussion in nio-dev a while ago, I have opted to add a new `NOT_INTERRUPTIBLE` open option, superseding `FileChannelImpl#setUninterruptible`. ------------- Commit messages: - remove \r characters in test - 8316882: Add NOT_INTERRUPTIBLE OpenOption and use it in ZipFS Changes: https://git.openjdk.org/jdk/pull/22882/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22882&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8316882 Stats: 149 lines in 12 files changed: 107 ins; 14 del; 28 mod Patch: https://git.openjdk.org/jdk/pull/22882.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/22882/head:pull/22882 PR: https://git.openjdk.org/jdk/pull/22882