< prev index next >

test/compiler/c2/cr6340864/TestFloatVect.java

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

*** 25,37 **** /** * @test * @bug 6340864 * @summary Implement vectorization optimizations in hotspot-server * ! * @run main/othervm/timeout=400 -Xbatch -Xmx64m TestFloatVect */ public class TestFloatVect { private static final int ARRLEN = 997; private static final int ITERS = 11000; private static final float ADD_INIT = -7500.f; private static final float VALUE = 15.f; --- 25,39 ---- /** * @test * @bug 6340864 * @summary Implement vectorization optimizations in hotspot-server * ! * @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr6340864.TestFloatVect */ + package compiler.c2.cr6340864; + public class TestFloatVect { private static final int ARRLEN = 997; private static final int ITERS = 11000; private static final float ADD_INIT = -7500.f; private static final float VALUE = 15.f;
< prev index next >