-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 19
-
Component/s: core-libs
-
generic
-
generic
The `synchronized` keyword is removed from the `mark` and `reset` methods of `java.io.InputStream` and `java.io.FilterInputStream`. This keyword serves no purpose as the other methods in these classes do not synchronize.