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

compiler crashes when an interface extends a class.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P5 P5
    • None
    • 1.1.4, 1.2.0
    • tools
    • None
    • x86, sparc
    • solaris_2.4, windows_95



      Name: akC45999 Date: 05/18/98



      When java compiler (JDK1.2beta4F) compiles following example, stack trace printed:

      sun.tools.java.CompilerError: checkMeet(), no abstract method
      at java.lang.Throwable.<init>(Compiled Code)
      at java.lang.Error.<init>(Compiled Code)
      at sun.tools.java.CompilerError.<init>(Compiled Code)
      at sun.tools.java.MemberDefinition.checkMeet(Compiled Code)
      at sun.tools.java.ClassDefinition.collectOneClass(Compiled Code)
      at sun.tools.java.ClassDefinition.collectInheritedMethods(Compiled Code)
      at sun.tools.java.BinaryClass.basicCheck(Compiled Code)
      at sun.tools.java.ClassDeclaration.getClassDefinition(Compiled Code)
      at sun.tools.javac.SourceClass.checkSupers(Compiled Code)
      at sun.tools.javac.SourceClass.resolveTypeStructure(Compiled Code)
      at sun.tools.javac.SourceClass.basicCheck(Compiled Code)
      at sun.tools.java.ClassDeclaration.getClassDefinition(Compiled Code)
      at sun.tools.javac.Main.compile(Compiled Code)
      at sun.tools.javac.Main.main(Compiled Code)
      error: An error has occurred in the compiler; please file a bug report (http://java.sun.com/cgi-bin/bugreport.cgi).
      1 error

      To reproduce, run following script:
      --------------------------------- file runtest
      #!/bin/ksh

      CLASSPATH=.
      export CLASSPATH

      rm -f *class
      javac int1.java
      javac int2.java
      javac clss.java

      --------------------------------- file int1.java
      public interface int1 extends int2
      {}

      interface int2
      {}

      --------------------------------- file int2.java
      public class int2 {
      }

      --------------------------------- file clss.java
      public class clss implements int1
      {}


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

            iris Iris Clark
            rfqsunw Rfq Rfq (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: