On Wed, 22 Oct 2025 18:26:16 GMT, Brian Burkhalter <[email protected]> wrote:
> Remove catching `InterruptedIOException` and throw `IOException` in response > to `InterruptedException` instead of throwing `InterruptedIOException`. For some classes you are now leaving the interrupt state set, rather than clearing it as before. Such a behaviour change definitely needs a CSR request. You also potentially break code that catches `InterruptedIOException`. ------------- PR Comment: https://git.openjdk.org/jdk/pull/27941#issuecomment-3434738847 PR Comment: https://git.openjdk.org/jdk/pull/27941#issuecomment-3434740936
