Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-1238230

fp.bugs 3334 ArrayStoreException caused by xx[][]={{0,1},{0,1}};

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.0
    • other-libs
    • 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 |
      +----------------------+-----------------------------+

            fyellinsunw Frank Yellin (Inactive)
            bhagen Benjamin Hagen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: