< prev index next >

langtools/test/tools/javac/defaultMethods/super/TestDirectSuperInterfaceInvoke.java

Print this page

        

*** 23,33 **** /* * @test * @bug 8027281 * @summary As per JVMS 4.9.2, invokespecial can only refer to direct superinterfaces ! * @modules jdk.compiler/com.sun.tools.classfile * @compile TestDirectSuperInterfaceInvoke.java * @run main TestDirectSuperInterfaceInvoke */ import java.io.File; --- 23,33 ---- /* * @test * @bug 8027281 * @summary As per JVMS 4.9.2, invokespecial can only refer to direct superinterfaces ! * @modules jdk.jdeps/com.sun.tools.classfile * @compile TestDirectSuperInterfaceInvoke.java * @run main TestDirectSuperInterfaceInvoke */ import java.io.File;
< prev index next >