-
Bug
-
Resolution: Fixed
-
P4
-
8u171, 8u172
-
b01
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208939 | 8u201 | Sean Coffey | P4 | Resolved | Fixed | b01 |
JDK-8201859 | 8u191 | Sean Coffey | P4 | Resolved | Fixed | b01 |
JDK-8201341 | 8u181 | Sean Coffey | P4 | Resolved | Fixed | b02 |
JDK-8216840 | emb-8u201 | Sean Coffey | P4 | Resolved | Fixed | master |
JDK-8203143 | emb-8u181 | Sean Coffey | P4 | Resolved | Fixed | b02 |
JDK-8197500 | 7u201 | Sean Coffey | P4 | Resolved | Fixed | b01 |
JDK-8200682 | 7u191 | Sean Coffey | P4 | Resolved | Fixed | b01 |
JDK-8208736 | openjdk7u | Sean Coffey | P4 | Resolved | Fixed | master |
java.lang.IndexOutOfBoundsException
at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:151)
at InflateIn_DeflateOut.TestFlushableGZIPOutputStream(InflateIn_DeflateOut.java:179)
at InflateIn_DeflateOut.realMain(InflateIn_DeflateOut.java:311)
at InflateIn_DeflateOut.main(InflateIn_DeflateOut.java:325)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:226)
at java.lang.Thread.run(Thread.java:748)
java.lang.AssertionError: Some tests failed
at InflateIn_DeflateOut.main(InflateIn_DeflateOut.java:327)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:226)
at java.lang.Thread.run(Thread.java:748)
JavaTest Message: Test threw exception: java.lang.AssertionError
JavaTest Message: shutting down test
InflateIn_DeflateOut is not new but TestFlushableGZIPOutputStream was added pretty recently. I suspect an issue with the testcase itself. So far I have only seen it on ia32 and amd64 Linux. Not sure if this reproduces on JDK 10 or later versions.
- backported by
-
JDK-8197500 TestFlushableGZIPOutputStream failing with IndexOutOfBoundsException
- Resolved
-
JDK-8200682 TestFlushableGZIPOutputStream failing with IndexOutOfBoundsException
- Resolved
-
JDK-8201341 TestFlushableGZIPOutputStream failing with IndexOutOfBoundsException
- Resolved
-
JDK-8201859 TestFlushableGZIPOutputStream failing with IndexOutOfBoundsException
- Resolved
-
JDK-8203143 TestFlushableGZIPOutputStream failing with IndexOutOfBoundsException
- Resolved
-
JDK-8208736 TestFlushableGZIPOutputStream failing with IndexOutOfBoundsException
- Resolved
-
JDK-8208939 TestFlushableGZIPOutputStream failing with IndexOutOfBoundsException
- Resolved
-
JDK-8216840 TestFlushableGZIPOutputStream failing with IndexOutOfBoundsException
- Resolved
- relates to
-
JDK-8189789 tomcat gzip-compressed response bodies appear to be broken in update 151
- Resolved