< prev index next >

test/com/sun/jdi/RepStep.java

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

@@ -22,20 +22,18 @@
  */
 
 /**
  *  @test
  *  @bug 4334008
+ * @summary RepStep detects missed step events due to lack of
+ * frame pop events (in back-end).
  *  @author Robert Field
  *
- *  @modules jdk.jdi
  *  @run compile -g RepStepTarg.java
  *  @run build VMConnection RepStep
  *
  *  @run driver RepStep
- *
- * @summary RepStep detects missed step events due to lack of
- * frame pop events (in back-end).
  */
 import com.sun.jdi.*;
 import com.sun.jdi.event.*;
 import com.sun.jdi.request.*;
 import com.sun.jdi.connect.*;
< prev index next >