langtools/test/tools/javac/defaultMethods/TestNoBridgeOnDefaults.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 7192246
    26  * @bug 7192246
    27  * @summary  check that javac does not generate bridge methods for defaults
    27  * @summary  check that javac does not generate bridge methods for defaults
    28  * @modules jdk.compiler/com.sun.tools.classfile
    28  * @modules jdk.jdeps/com.sun.tools.classfile
    29  */
    29  */
    30 
    30 
    31 import com.sun.tools.classfile.ClassFile;
    31 import com.sun.tools.classfile.ClassFile;
    32 import com.sun.tools.classfile.ConstantPool.*;
    32 import com.sun.tools.classfile.ConstantPool.*;
    33 import com.sun.tools.classfile.Method;
    33 import com.sun.tools.classfile.Method;