< prev index next >

test/com/sun/jdi/ModificationWatchpoints.java

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

@@ -23,15 +23,13 @@
 
 /**
  *  @test
  *  @bug 4409582
  *  @summary Test all info returned by modification watchpoints
- *
  *  @author Daniel Prusa (or someone in the FFJ group)
  *  @author Robert Field (modified to JDIScaffold)
  *
- *  @modules jdk.jdi
  *  @run build JDIScaffold VMConnection
  *  @run compile -g ModificationWatchpoints.java
  *  @run driver ModificationWatchpoints
  */
 import com.sun.jdi.*;
< prev index next >