On Wed, 16 Feb 2022 22:32:21 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
> Remove reference to `java.io.InterruptedIOException` from > `java.io.PrintStream`, and make the specifications of `checkError()`, > `setError()`, and `clearError()` consistent between `java.io.PrintStream` and > `java.io.PrintWriter`. This pull request has now been integrated. Changeset: b13cacc5 Author: Brian Burkhalter <b...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/b13cacc575f58c206c928f2756698b027ee07b6f Stats: 21 lines in 2 files changed: 0 ins; 11 del; 10 mod 8254574: PrintWriter handling of InterruptedIOException should be removed Reviewed-by: alanb ------------- PR: https://git.openjdk.java.net/jdk/pull/7507