< prev index next >

test/compiler/c2/cr7192963/TestShortVect.java

Print this page

        

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