hotspot/test/compiler/loopopts/TestOverunrolling.java
changeset 40059 c2304140ed64
parent 40031 6cc034201dba
--- a/hotspot/test/compiler/loopopts/TestOverunrolling.java	Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/loopopts/TestOverunrolling.java	Tue Jul 12 18:24:48 2016 +0300
@@ -24,11 +24,16 @@
 /*
  * @test
  * @bug 8159016
+ * @summary Tests correct dominator information after over-unrolling a loop.
  * @requires vm.gc == "Parallel" | vm.gc == "null"
- * @summary Tests correct dominator information after over-unrolling a loop.
+ *
  * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:-TieredCompilation
- *                   -XX:-UseG1GC -XX:+UseParallelGC TestOverunrolling
+ *                   -XX:-UseG1GC -XX:+UseParallelGC
+ *                   compiler.loopopts.TestOverunrolling
  */
+
+package compiler.loopopts;
+
 public class TestOverunrolling {
 
     public static Object test(int arg) {