jdk/test/com/sun/jdi/FieldWatchpoints.java
changeset 44423 306c020eb154
parent 30376 2ccf2cf7ea48
--- a/jdk/test/com/sun/jdi/FieldWatchpoints.java	Thu Mar 16 07:27:14 2017 +0100
+++ b/jdk/test/com/sun/jdi/FieldWatchpoints.java	Wed Mar 15 22:48:59 2017 -0700
@@ -22,16 +22,14 @@
  */
 
 /**
- *  @test
- *  @bug 4408582
- *  @summary Test fix for: JDWP: WatchpointEvents outside of class filtered out
+ * @test
+ * @bug 4408582
+ * @summary Test fix for: JDWP: WatchpointEvents outside of class filtered out
+ * @author Tim Bell
  *
- *  @author Tim Bell
- *
- *  @modules jdk.jdi
- *  @run build TestScaffold VMConnection TargetListener TargetAdapter
- *  @run compile -g FieldWatchpoints.java
- *  @run driver FieldWatchpoints
+ * @run build TestScaffold VMConnection TargetListener TargetAdapter
+ * @run compile -g FieldWatchpoints.java
+ * @run driver FieldWatchpoints
  */
 import com.sun.jdi.*;
 import com.sun.jdi.event.*;