Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8284930 Re-examine FilterInputStream mark/reset
  3. JDK-8292631

Release Note: The Mark and Reset Methods of InputStream and FilterInputStream Are no Longer Synchronized

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Delivered
    • Icon: P4 P4
    • 19
    • 19
    • 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.

            bpb Brian Burkhalter
            bpb Brian Burkhalter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: