jdk/test/com/sun/jdi/NoLaunchOptionTest.java
changeset 30674 24f77e5a7938
parent 30672 304ed79789c7
parent 30376 2ccf2cf7ea48
child 30675 94206e28ec64
--- a/jdk/test/com/sun/jdi/NoLaunchOptionTest.java	Fri May 08 11:15:52 2015 +0200
+++ b/jdk/test/com/sun/jdi/NoLaunchOptionTest.java	Sat May 09 07:35:16 2015 -0400
@@ -26,13 +26,15 @@
 import jdk.testlibrary.ProcessTools;
 
 /*
- * @test NoLaunchOptionTest.java
- * @bug 4554734 4724714
- * @summary Test for -Xrunjdwp:[onthrow,onuncaught] suboptions require launch suboption
- * @library /lib/testlibrary
- * @run compile -g NoLaunchOptionTest.java
- * @build jdk.testlibrary.* VMConnection
- * @run driver NoLaunchOptionTest
+ *   @test       NoLaunchOptionTest.java
+ *   @bug        4554734 4724714
+ *   @summary    Test for -Xrunjdwp:[onthrow,onuncaught] suboptions require launch suboption
+ *   @author     Tim Bell
+ *
+ *  @modules jdk.jdi
+ *  @run compile -g NoLaunchOptionTest.java
+ *  @build VMConnection
+ *  @run driver NoLaunchOptionTest
  */
 public class NoLaunchOptionTest extends Object {