RFR: 8284930: Re-examine FilterInputStream mark/reset [v2]

Stuart Marks smarks at openjdk.java.net
Thu Apr 21 00:45:23 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

Oh, sorry, I had missed that synchronization had already been removed from the `InputStream` methods. Needless to say, I approve. :-)

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

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


More information about the core-libs-dev mailing list