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

javac crash with FunctionDescriptorLookupError for invalid functional interface

XMLWordPrintable

    • b22
    • x86_64
    • windows_7
    • Verified

        I'm getting the following exception compiling my source code:

        An exception has occurred in the compiler (1.8.0). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report. Thank you.
        com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
                at com.sun.tools.javac.code.Types.<init>(Types.java:121)
                at com.sun.tools.javac.code.Types.instance(Types.java:102)
                at com.sun.tools.javac.jvm.ClassReader.<init>(ClassReader.java:291)
                at com.sun.tools.javac.jvm.ClassReader.instance(ClassReader.java:253)
                at com.sun.tools.javac.main.JavaCompiler.<init>(JavaCompiler.java:351)
                at com.sun.tools.javac.main.JavaCompiler.instance(JavaCompiler.java:91)
                at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.nextContext(JavacProcessingEnvironment.java:1129)
                at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.finalCompiler(JavacProcessingEnvironment.java:930)
                at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1223)
                at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1173)
                at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:859)
                at com.sun.tools.javac.main.Main.compile(Main.java:523)
                at com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:129)
                at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:138)

              vromero Vicente Arturo Romero Zaldivar
              mrkam Alexander Kuznetcov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: