Re-examine synchronization of mark and reset methods on InflaterInputStream

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 19
    • Affects Version/s: 19
    • Component/s: core-libs

      java.util.zip.InflaterInputStream has:

          public synchronized void mark(int readlimit) {
          }

      and

      public synchronized void reset() throws IOException {
              throw new IOException("mark/reset not supported");
          }

      In both these cases the "synchronized" can be removed.

            Assignee:
            Jaikiran Pai
            Reporter:
            Jaikiran Pai
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: