jdk/test/com/sun/jdi/ConstantPoolInfoGC.java
changeset 44423 306c020eb154
parent 42338 a60f280f803c
--- a/jdk/test/com/sun/jdi/ConstantPoolInfoGC.java	Thu Mar 16 07:27:14 2017 +0100
+++ b/jdk/test/com/sun/jdi/ConstantPoolInfoGC.java	Wed Mar 15 22:48:59 2017 -0700
@@ -22,16 +22,16 @@
  */
 
 /*
- *  @test
- *  @bug 6822627
- *  @summary Test that ReferenceType.constantPool does not produce an NPE
+ * @test
+ * @bug 6822627
+ * @summary Test that ReferenceType.constantPool does not produce an NPE
+ * @author Egor Ushakov
  *
- *  @author Egor Ushakov
+ * @modules jdk.jdi/com.sun.tools.jdi:+open
  *
- *  @modules jdk.jdi/com.sun.tools.jdi:+open
- *  @run build TestScaffold VMConnection
- *  @run compile -g ConstantPoolInfoGC.java
- *  @run main/othervm ConstantPoolInfoGC
+ * @run build TestScaffold VMConnection
+ * @run compile -g ConstantPoolInfoGC.java
+ * @run main/othervm ConstantPoolInfoGC
  */
 
 import com.sun.jdi.ReferenceType;