< prev index next >

test/com/sun/jdi/TwoThreadsTest.java

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

@@ -23,14 +23,12 @@
 
 /**
  *  @test
  *  @bug 6296125
  *  @summary  JDI: Disabling an EventRequest can cause a multi-threaded debuggee to hang
- *
  *  @author jjh
  *
- *  @modules jdk.jdi
  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
  *  @run compile -g TwoThreadsTest.java
  *  @run driver TwoThreadsTest
  */
 import com.sun.jdi.*;
< prev index next >