< prev index next >

test/com/sun/jdi/InvokeHangTest.java

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

*** 23,37 **** /** * @test * @bug 6293795 * @summary Backend hangs when invokeMethod is called from a JDI eventHandler - * * @author jjh * - * @modules jdk.jdi * @library /test/lib * @run build TestScaffold VMConnection TargetListener TargetAdapter * @run compile -g InvokeHangTest.java * @run driver InvokeHangTest */ import com.sun.jdi.*; --- 23,38 ---- /** * @test * @bug 6293795 * @summary Backend hangs when invokeMethod is called from a JDI eventHandler * @author jjh * * @library /test/lib + * @modules java.management + * jdk.jdi + * * @run build TestScaffold VMConnection TargetListener TargetAdapter * @run compile -g InvokeHangTest.java * @run driver InvokeHangTest */ import com.sun.jdi.*;
< prev index next >