--- a/jdk/test/com/sun/jdi/Vars.java Thu Mar 16 07:27:14 2017 +0100
+++ b/jdk/test/com/sun/jdi/Vars.java Wed Mar 15 22:48:59 2017 -0700
@@ -22,15 +22,13 @@
*/
/**
- * @test
- * @summary Test Method.variables() and the like.
- *
- * @author Robert Field
+ * @test
+ * @summary Test Method.variables() and the like.
+ * @author Robert Field
*
- * @modules jdk.jdi
- * @run build JDIScaffold VMConnection
- * @run compile -g Vars.java
- * @run driver Vars
+ * @run build JDIScaffold VMConnection
+ * @run compile -g Vars.java
+ * @run driver Vars
*/
import com.sun.jdi.*;