RFR: 8284930: Re-examine FilterInputStream mark/reset
Roger Riggs
rriggs at openjdk.java.net
Wed Apr 20 13:36:39 UTC 2022
On Wed, 20 Apr 2022 11:56:20 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> I wonder if it should be removed from InputStream at the same time.
I took the presence of synchronized on those empty methods as a hint to subclasses that they too should be synchronized.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8309
More information about the core-libs-dev
mailing list