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

Compiler crushes when keyword "static" is missed before static block

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.1.2, 1.1.5
    • tools
    • None
    • sparc
    • solaris_2.5.1



      Name: rlT66838 Date: 07/11/97


      volga% cat test1.java
      //
      // test1 application
      //

      import java.awt.*;

      public class test1 extends Frame {
          
              public test1(String title)
              {
                      super(title);
              
              }
                                
              public static void main(String[] args)
              {
                      Frame f = new test1("test1");
                      f.pack();
                      f.show();
              }

              public native void echoc(int i, String s);

      // static /* Here is the bug */
              {
                      try {
                              System.loadLibrary("echo"); //libecho.so
                      }
                      catch (Exception e) {
                              System.out.println("Exception " + e);
                      }
              }

      }
      volga% ../../jdk1.1.2/bin/javac test1.java
      sun.tools.java.CompilerError: copyInline
              at sun.tools.tree.TryStatement.copyInline(TryStatement.java)
              at sun.tools.tree.CompoundStatement.copyInline(CompoundStatement.java)
              at
      sun.tools.tree.InlineMethodExpression.copyInline(InlineMethodExpression.java)
              at sun.tools.tree.MethodExpression.makeVarInits(MethodExpression.java)
              at sun.tools.tree.MethodExpression.checkValue(MethodExpression.java)
              at sun.tools.tree.MethodExpression.check(MethodExpression.java)
              at sun.tools.tree.ExpressionStatement.check(ExpressionStatement.java)
              at sun.tools.tree.Statement.checkBlockStatement(Statement.java)
              at sun.tools.tree.CompoundStatement.check(CompoundStatement.java)
              at sun.tools.tree.Statement.checkMethod(Statement.java)
              at sun.tools.javac.SourceField.check(SourceField.java)
              at sun.tools.javac.SourceClass.checkFields(SourceClass.java)
              at sun.tools.javac.SourceClass.checkInternal(SourceClass.java)
              at sun.tools.javac.SourceClass.check(SourceClass.java)
              at sun.tools.javac.Main.compile(Main.java)
              at sun.tools.javac.Main.main(Main.java)
      error: An error has occurred in the compiler; please file a bug report
      (http://java.sun.com/cgi-bin/bugreport.cgi).
      1 error
      volga% uname -a
      SunOS volga 5.5.1 Generic_103640-08 sun4u sparc SUNW,Ultra-1
      volga% pwd
      /home/nikm/JAVA/SPC



      ======================================================================

            tturnidgsunw Todd Turnidge (Inactive)
            rlewis Roger Lewis (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: