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 Thanks for the update. I can't think how anything could depend on this but unfortunately it's been like that since early JDK releases. We will need a release note, I'm sure Joe will give his opinion on whether a CSR should be created. ------------- PR: https://git.openjdk.java.net/jdk/pull/8309