fails with jdk1.8.0b122cpu and jdk1.8.0b121cpu
java.lang.RuntimeException: Test failed: ArrayIndexOutOfBoundsException 100
at EntityScannerTest.main(EntityScannerTest.java:61)
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:483)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
java.lang.RuntimeException: Test failed: ArrayIndexOutOfBoundsException 100
at EntityScannerTest.main(EntityScannerTest.java:61)
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:483)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
- relates to
-
JDK-8029955 AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars
-
- Closed
-