On Wed, 20 Apr 2022 15:33:26 GMT, Brian Burkhalter <b...@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