unboxing versus array index results in verify error

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 5.0
    • Affects Version/s: 5.0
    • Component/s: tools
    • None
    • b32
    • generic
    • generic, solaris_8

      JCK test conv14202, and the following test, compile to unverifiable code:

      class T {
          public static void main(String[] args) {
              Integer i = 0;
              System.out.println(args[i]);
          }
      }

            Assignee:
            Neal Gafter (Inactive)
            Reporter:
            Neal Gafter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: