< prev index next >

test/compiler/codegen/TestByteShortVect.java

Print this page

        

*** 25,37 **** /** * @test * @bug 7119644 * @summary Increase superword's vector size up to 256 bits * ! * @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:-OptimizeFill TestByteShortVect */ public class TestByteShortVect { private static final int ARRLEN = 997; private static final int ITERS = 11000; private static final int OFFSET = 3; private static final int SCALE = 2; --- 25,41 ---- /** * @test * @bug 7119644 * @summary Increase superword's vector size up to 256 bits * ! * @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions ! * -XX:-TieredCompilation -XX:-OptimizeFill ! * compiler.codegen.TestByteShortVect */ + package compiler.codegen; + public class TestByteShortVect { private static final int ARRLEN = 997; private static final int ITERS = 11000; private static final int OFFSET = 3; private static final int SCALE = 2;
< prev index next >