< prev index next >

test/com/sun/jdi/VisibleMethods.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 23,36 **** /** * @test * @summary Test ReferenceType.visibleMethods * @bug 8028430 - * * @author Staffan Larsen * - * @modules jdk.jdi * @run build TestScaffold VMConnection TargetListener TargetAdapter * @run compile -g VisibleMethods.java * @run driver VisibleMethods */ import com.sun.jdi.Method; --- 23,34 ----
< prev index next >