< prev index next >

test/com/sun/jdi/InterfaceMethodsTest.java

Print this page
rev 11832 : 8078896: Add @modules as needed to the jdk_svc tests
Reviewed-by: alanb, mchung

*** 25,34 **** --- 25,35 ---- * @test * @bug 8031195 * @bug 8071657 * @summary JDI: Add support for static and default methods in interfaces * + * @modules jdk.jdi * @run build TestScaffold VMConnection TargetListener TargetAdapter * @run build InterfaceMethodsTest * @run driver InterfaceMethodsTest */ import com.sun.jdi.*;
< prev index next >