< prev index next >

test/compiler/codegen/TestShortDoubleVect.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

@@ -25,13 +25,17 @@
 /**
  * @test
  * @bug 7119644
  * @summary Increase superword's vector size up to 256 bits
  *
- * @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:-OptimizeFill TestShortDoubleVect
+ * @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions
+ *    -XX:-TieredCompilation -XX:-OptimizeFill
+ *    compiler.codegen.TestShortDoubleVect
  */
 
+package compiler.codegen;
+
 public class TestShortDoubleVect {
   private static final int ARRLEN = 997;
   private static final int ITERS  = 11000;
   private static final int OFFSET = 3;
   private static final int SCALE = 2;
< prev index next >