< prev index next >

test/compiler/codegen/TestLongDoubleVect.java

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

*** 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 TestLongDoubleVect */ public class TestLongDoubleVect { 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.TestLongDoubleVect */ + package compiler.codegen; + public class TestLongDoubleVect { 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 >