RFR: 8273513: Make java.io.FilterInputStream specification more precise about overrides

Daniel Fuchs dfuchs at openjdk.java.net
Thu Sep 9 09:01:07 UTC 2021


On Wed, 8 Sep 2021 22:00:53 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Modify the class level specification of `java.io.FilterInputStream` to be more exact about `java.io.InputStream` methods that it overrides.

LGTM. The use of `synchronized` on `mark()` and `reset()` is strange. But I guess that should be for another day...

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

Marked as reviewed by dfuchs (Reviewer).

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


More information about the core-libs-dev mailing list