RFR: 8370387: Remove handling of InterruptedIOException from java.io classes [v2]
Alan Bateman
alanb at openjdk.org
Fri Oct 24 06:10:01 UTC 2025
On Thu, 23 Oct 2025 19:40:59 GMT, Brian Burkhalter <bpb at openjdk.org> 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
More information about the core-libs-dev
mailing list