-
Bug
-
Resolution: Fixed
-
P2
-
9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8162390 | 8u112 | Murali Billa | P2 | Closed | Fixed | b04 |
While browsing in windows 7 64 bit with jdk-9 in non-jigsaw mode is causing the below exception:
1. Launch HelloWebview and load www.google.com
2. Search any keyword
3. Follow the links.
4. Below Exception is observed.
Jul 20, 2016 12:31:11 AM com.sun.webkit.network.URLLoader doRun
WARNING: Unexpected error
java.io.EOFException
at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268)
at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:259)
at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164)
at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79)
at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91)
at com.sun.webkit.network.URLLoader.receiveResponse(URLLoader.java:522)
at com.sun.webkit.network.URLLoader.doRun(URLLoader.java:164)
at com.sun.webkit.network.URLLoader.lambda$run$0(URLLoader.java:129)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.webkit.network.URLLoader.run(URLLoader.java:128)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:51
4)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1158)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:632)
at java.lang.Thread.run(Thread.java:804)
1. Launch HelloWebview and load www.google.com
2. Search any keyword
3. Follow the links.
4. Below Exception is observed.
Jul 20, 2016 12:31:11 AM com.sun.webkit.network.URLLoader doRun
WARNING: Unexpected error
java.io.EOFException
at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268)
at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:259)
at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164)
at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79)
at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91)
at com.sun.webkit.network.URLLoader.receiveResponse(URLLoader.java:522)
at com.sun.webkit.network.URLLoader.doRun(URLLoader.java:164)
at com.sun.webkit.network.URLLoader.lambda$run$0(URLLoader.java:129)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.webkit.network.URLLoader.run(URLLoader.java:128)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:51
4)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1158)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:632)
at java.lang.Thread.run(Thread.java:804)
- backported by
-
JDK-8162390 EOFException in GZIPInputStream.readUByte while browsing
-
- Closed
-
- relates to
-
JDK-8162386 Revert build.gradle changes added by JDK-8161724
-
- Resolved
-