On Thu, 23 Oct 2025 19:40:59 GMT, Brian Burkhalter <[email protected]> wrote:
>> Remove catching `InterruptedIOException` and throw `IOException` in response >> to `InterruptedException` instead of throwing `InterruptedIOException`. > > Brian Burkhalter has updated the pull request incrementally with one > additional commit since the last revision: > > 8370387: Revert changes to Piped* Updated proposed looks okay. Note that the interaction between checkError and IIOE (that dates from the legacy interruptible I/O mechanism) was dropped from the API docs several years ago. ------------- Marked as reviewed by alanb (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/27941#pullrequestreview-3374688045
