< prev index next >

test/com/sun/jdi/DeleteAllBkptsTest.java

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

*** 23,37 **** /** * @test * @bug 4528948 * @summary Unable to finish a debugging in NetBeans IDE - * * @author jjh * * @library .. ! * @modules jdk.jdi * @run build TestScaffold VMConnection TargetListener TargetAdapter * @run compile -g DeleteAllBkptsTest.java * @run driver DeleteAllBkptsTest */ import com.sun.jdi.*; --- 23,36 ---- /** * @test * @bug 4528948 * @summary Unable to finish a debugging in NetBeans IDE * @author jjh * * @library .. ! * * @run build TestScaffold VMConnection TargetListener TargetAdapter * @run compile -g DeleteAllBkptsTest.java * @run driver DeleteAllBkptsTest */ import com.sun.jdi.*;
< prev index next >