< prev index next >

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