< prev index next >

test/compiler/c2/cr7192963/TestDoubleVect.java

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

*** 25,37 **** /** * @test * @bug 7192963 * @summary assert(_in[req-1] == this) failed: Must pass arg count to 'new' * ! * @run main/othervm/timeout=400 -Xbatch -Xmx64m TestDoubleVect */ public class TestDoubleVect { private static final int ARRLEN = 997; private static final int ITERS = 11000; public static void main(String args[]) { System.out.println("Testing Double vectors"); --- 25,39 ---- /** * @test * @bug 7192963 * @summary assert(_in[req-1] == this) failed: Must pass arg count to 'new' * ! * @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr7192963.TestDoubleVect */ + package compiler.c2.cr7192963; + public class TestDoubleVect { private static final int ARRLEN = 997; private static final int ITERS = 11000; public static void main(String args[]) { System.out.println("Testing Double vectors");
< prev index next >