-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.0
-
sparc
-
solaris_2.4, solaris_2.5
from fp.bugs 3334:
>From: "Clark Elms" <###@###.###>
This does not look like form output to me.
The following code worked fine in the alpha3 release. Using the latest beta2
1.0 JDK, it does not work. It compiles fine, but I get a runtime error:
CODE:
public class xyz {
protected static boolean xxx[][] = {{true, false}, {true, true}};
public static void main(String args[]) {
System.out.println("Hello World!");
}
}
Compiled and run under alpha3:
% /home/GNU/lib/hotjava/bin/java xyz
Hello World!
Compiled and run under beta2:
% java xyz
java.lang.ArrayStoreException
at xyz.<clinit>(xyz.java:4)
Hello World!
+----------------------+-----------------------------+
| Clark Elms | E-mail: ###@###.### |
| Sun Products | V-mail: (415) 506-2586 |
| Oracle Corporation | Fax: (415) 506-7361 |
+----------------------+-----------------------------+
>From: "Clark Elms" <###@###.###>
This does not look like form output to me.
The following code worked fine in the alpha3 release. Using the latest beta2
1.0 JDK, it does not work. It compiles fine, but I get a runtime error:
CODE:
public class xyz {
protected static boolean xxx[][] = {{true, false}, {true, true}};
public static void main(String args[]) {
System.out.println("Hello World!");
}
}
Compiled and run under alpha3:
% /home/GNU/lib/hotjava/bin/java xyz
Hello World!
Compiled and run under beta2:
% java xyz
java.lang.ArrayStoreException
at xyz.<clinit>(xyz.java:4)
Hello World!
+----------------------+-----------------------------+
| Clark Elms | E-mail: ###@###.### |
| Sun Products | V-mail: (415) 506-2586 |
| Oracle Corporation | Fax: (415) 506-7361 |
+----------------------+-----------------------------+
- duplicates
-
JDK-1239390 fp.bugs 3561 popping boolean array onto declared boolean gives exception
-
- Closed
-