Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Duplicate
-
Affects Version/s: 7, 10
-
Fix Version/s: tbd
-
Component/s: client-libs
-
Subcomponent:
-
CPU:x86
-
OS:solaris
Description
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