RFR: 8284930: Re-examine FilterInputStream mark/reset

Alan Bateman alanb at openjdk.java.net
Wed Apr 20 07:36:30 UTC 2022


On Tue, 19 Apr 2022 23:26:44 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Remove the `synchronized` keyword from the `mark(int)` and `reset()` methods of `java.io.FilterInputStream`.

I wonder if it should be removed from InputStream at the same time.

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

PR: https://git.openjdk.java.net/jdk/pull/8309


More information about the core-libs-dev mailing list