Integrated: 8370387: Remove handling of InterruptedIOException from java.io classes

Brian Burkhalter bpb at openjdk.org
Mon Oct 27 21:17:25 UTC 2025


On Wed, 22 Oct 2025 18:26:16 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Remove catching `InterruptedIOException` and throw `IOException` in response to `InterruptedException` instead of throwing `InterruptedIOException`.

This pull request has now been integrated.

Changeset: 2f613911
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2f613911d58478913dc482e1500d3fbab74408b9
Stats:     38 lines in 2 files changed: 0 ins; 36 del; 2 mod

8370387: Remove handling of InterruptedIOException from java.io classes

Reviewed-by: alanb

-------------

PR: https://git.openjdk.org/jdk/pull/27941


More information about the core-libs-dev mailing list