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

compiler doesn't like unused variables with array initializer

XMLWordPrintable

    • 1.0alpha3
    • sparc
    • solaris_2.4
    • Not verified

      Try compiling:

      public class SimplePaint {
          public void setupColorChooser() {
      int x[] = {1, 2, 3};
          }
      }

      java.tools.java.InternalError inline
              at java.lang.Exception.<init>(Exception.java)
              at java.tools.java.InternalError.<init>(InternalError.java)
              at java.tools.tree.ArrayExpression.inline(ArrayExpression.java)
              at java.tools.tree.ExpressionStatement.inline(ExpressionStatement.java)
              at java.tools.tree.VarDeclarationStatement.inline(VarDeclarationStatement.java)
              at java.tools.tree.CompoundStatement.inline(CompoundStatement.java)
              at java.tools.tree.DeclarationStatement.inline(DeclarationStatement.java)
              at java.tools.tree.CompoundStatement.inline(CompoundStatement.java)
              at java.tools.javac.SourceField.inline(SourceField.java)
              at java.tools.javac.SourceField.code(SourceField.java)
      SimplePaint.java:0: class SimplePaint:void setupColorChooser()@java.tools.java.InternalError: inline

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: