< 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,15 +23,16 @@
 
 /**
  *  @test
  *  @bug 6293795
  *  @summary  Backend hangs when invokeMethod is called from a JDI eventHandler
- *
  *  @author jjh
  *
- *  @modules jdk.jdi
  *  @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 >