< prev index next >

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