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

Compiler generates soon-to-be-unsupported code

XMLWordPrintable

    • 1.0alpha2
    • sparc
    • generic
    • Not verified

      for new int[3][], the compiler generators
                sipush 3
               newarray T_ARRAY

      when in should be generating
               sipush 3
               anewarray <class "[I">

      The old code is currently supported for backwards compatibility. But not for much longer.

            ahoffsunw Arthur Hoff (Inactive)
            fyellinsunw Frank Yellin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: