< prev index next >

test/compiler/loopopts/superword/TestBestAlign.java

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

@@ -23,14 +23,16 @@
 
 /*
  * @test
  * @bug 8141624
  * @summary Limit calculation of pre loop during super word optimization is wrong
- * @run main/othervm TestBestAlign
+ * @run main/othervm compiler.loopopts.superword.TestBestAlign
  * @author gunter.haug@sap.com
  */
 
+package compiler.loopopts.superword;
+
 public class TestBestAlign {
 
     static final int initVal = -1;
     static int intArray [];
     static boolean boolArray[];
< prev index next >