langtools/test/tools/javac/defaultMethods/BadClassfile.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
child 36526 3b41f1c69604
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8025087
    26  * @bug 8025087
    27  * @summary Verify that pre-JDK8 classfiles with default and/or static methods
    27  * @summary Verify that pre-JDK8 classfiles with default and/or static methods
    28  *          are refused correctly.
    28  *          are refused correctly.
    29  * @modules jdk.compiler/com.sun.tools.classfile
    29  * @modules jdk.jdeps/com.sun.tools.classfile
    30  *          jdk.compiler/com.sun.tools.javac.api
    30  *          jdk.compiler/com.sun.tools.javac.api
    31  *          jdk.compiler/com.sun.tools.javac.code
    31  *          jdk.compiler/com.sun.tools.javac.code
    32  *          jdk.compiler/com.sun.tools.javac.jvm
    32  *          jdk.compiler/com.sun.tools.javac.jvm
    33  *          jdk.compiler/com.sun.tools.javac.main
    33  *          jdk.compiler/com.sun.tools.javac.main
    34  *          jdk.compiler/com.sun.tools.javac.util
    34  *          jdk.compiler/com.sun.tools.javac.util