< prev index next >

test/compiler/c2/cr6340864/TestIntVect.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 TestIntVect */ public class TestIntVect { private static final int ARRLEN = 997; private static final int ITERS = 11000; private static final int ADD_INIT = Integer.MAX_VALUE-500; private static final int BIT_MASK = 0xEC80F731; --- 25,39 ---- /** * @test * @bug 6340864 * @summary Implement vectorization optimizations in hotspot-server * ! * @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr6340864.TestIntVect */ + package compiler.c2.cr6340864; + public class TestIntVect { private static final int ARRLEN = 997; private static final int ITERS = 11000; private static final int ADD_INIT = Integer.MAX_VALUE-500; private static final int BIT_MASK = 0xEC80F731;
< prev index next >