RFR: 8284930: Re-examine FilterInputStream mark/reset
Brian Burkhalter
bpb at openjdk.java.net
Tue Apr 19 23:32:57 UTC 2022
Remove the `synchronized` keyword from the `mark(int)` and `reset()` methods of `java.io.FilterInputStream`.
-------------
Commit messages:
- 8284930: Re-examine FilterInputStream mark/reset
Changes: https://git.openjdk.java.net/jdk/pull/8309/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8309&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8284930
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.java.net/jdk/pull/8309.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8309/head:pull/8309
PR: https://git.openjdk.java.net/jdk/pull/8309
More information about the core-libs-dev
mailing list