< prev index next >
test/compiler/c2/cr6340864/TestDoubleVect.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 TestDoubleVect
+ * @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr6340864.TestDoubleVect
*/
+package compiler.c2.cr6340864;
+
public class TestDoubleVect {
private static final int ARRLEN = 997;
private static final int ITERS = 11000;
private static final double ADD_INIT = -7500.;
private static final double VALUE = 15.;
< prev index next >