< prev index next >

test/com/sun/jdi/InstanceFilter.java

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

*** 24,37 **** /** * @test * @bug 4312961 * @summary Verify that an instance filter on a MethodEntryRequest works * properly. - * * @author Robert Field/Jim Holmlund * - * @modules jdk.jdi * @run build TestScaffold VMConnection TargetAdapter TargetListener * @run compile -g InstanceFilter.java * @run driver InstanceFilter */ import com.sun.jdi.*; --- 24,35 ----
< prev index next >