< prev index next >

test/compiler/codegen/TestCharVect2.java

Print this page

        

@@ -25,14 +25,16 @@
 /**
  * @test
  * @bug 8001183
  * @summary incorrect results of char vectors right shift operaiton
  *
- * @run main/othervm/timeout=400 -Xbatch -Xmx64m TestCharVect
+ * @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.codegen.TestCharVect2
  */
 
-public class TestCharVect {
+package compiler.codegen;
+
+public class TestCharVect2 {
   private static final int ARRLEN = 997;
   private static final int ITERS  = 11000;
   private static final int ADD_INIT = Character.MAX_VALUE-500;
   private static final int BIT_MASK = 0xB731;
   private static final int VALUE = 7;
< prev index next >