RFR: 8284930: Re-examine FilterInputStream mark/reset [v2]
Jaikiran Pai
jpai at openjdk.java.net
Thu Apr 21 07:03:28 UTC 2022
On Wed, 20 Apr 2022 15:33:26 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Remove the `synchronized` keyword from the `mark(int)` and `reset()` methods of `java.io.FilterInputStream`.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 8284930: Also remove synchronized keyword from mark() and reset() of InputStream
Marked as reviewed by jpai (Committer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/8309
More information about the core-libs-dev
mailing list