Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8000913

java/util/zip/ZipFile/ReadAfterClose.java failed after fix for 6735255

XMLWordPrintable

    • Icon: Backport Backport
    • Resolution: Fixed
    • Icon: P3 P3
    • 6u75
    • 7
    • core-libs
    • b01
    • Verified

      java/util/zip/ZipFile/ReadAfterClose.java failed after fix for 6735255

      java.io.EOFException: Unexpected end of ZLIB input stream
      at java.util.zip.ZipFile$1.fill(ZipFile.java:343)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
      at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:122)
      at ReadAfterClose.main(ReadAfterClose.java:42)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:623)
      at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
      at java.lang.Thread.run(Thread.java:717)

            dmeetry Dmeetry Degrave (Inactive)
            sherman Xueming Shen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: