< prev index next >
test/compiler/codegen/TestByteLongVect.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 TestByteLongVect
*/
public class TestByteLongVect {
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.TestByteLongVect
*/
+ package compiler.codegen;
+
public class TestByteLongVect {
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 >