< prev index next >

test/compiler/c2/cr6340864/TestLongVect.java

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

@@ -25,13 +25,15 @@
 /**
  * @test
  * @bug 6340864
  * @summary Implement vectorization optimizations in hotspot-server
  *
- * @run main/othervm/timeout=400 -Xbatch -Xmx64m TestLongVect
+ * @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr6340864.TestLongVect
  */
 
+package compiler.c2.cr6340864;
+
 public class TestLongVect {
   private static final int ARRLEN = 997;
   private static final int ITERS  = 11000;
   private static final long ADD_INIT = Long.MAX_VALUE-500;
   private static final long BIT_MASK = 0xEC80F731EC80F731L;
< prev index next >