< prev index next >

langtools/test/tools/javac/defaultMethods/TestNoBridgeOnDefaults.java

Print this page

        

*** 23,33 **** /* * @test * @bug 7192246 * @summary check that javac does not generate bridge methods for defaults ! * @modules jdk.compiler/com.sun.tools.classfile */ import com.sun.tools.classfile.ClassFile; import com.sun.tools.classfile.ConstantPool.*; import com.sun.tools.classfile.Method; --- 23,33 ---- /* * @test * @bug 7192246 * @summary check that javac does not generate bridge methods for defaults ! * @modules jdk.jdeps/com.sun.tools.classfile */ import com.sun.tools.classfile.ClassFile; import com.sun.tools.classfile.ConstantPool.*; import com.sun.tools.classfile.Method;
< prev index next >