-
Bug
-
Resolution: Duplicate
-
P4
-
7, 10
-
x86
-
solaris
The following 2 manual regression testcases fail with ArrayIndexOutOfBoundsException on Jdk7b64 and Jdk7b63 build. Did not check on other builds.
closed/java/awt/Serialize/ScrollPaneSerial/ScrollPaneSerial.java closed/java/awt/Serialize/SerialCoamponentTest/SerialComponentTest.java
-------------------
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
at ScrollPaneSerial.main(ScrollPaneSerial.java:48)
------------------------
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
at SerialComponentTest.main(SerialComponentTest.java:35)
-----------------------------
Also failed on 6u18 b03 promoted build
closed/java/awt/Serialize/ScrollPaneSerial/ScrollPaneSerial.java closed/java/awt/Serialize/SerialCoamponentTest/SerialComponentTest.java
-------------------
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
at ScrollPaneSerial.main(ScrollPaneSerial.java:48)
------------------------
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
at SerialComponentTest.main(SerialComponentTest.java:35)
-----------------------------
Also failed on 6u18 b03 promoted build