hotspot/test/compiler/loopopts/superword/TestBestAlign.java
changeset 40059 c2304140ed64
parent 35594 cc13089c6327
--- a/hotspot/test/compiler/loopopts/superword/TestBestAlign.java	Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/loopopts/superword/TestBestAlign.java	Tue Jul 12 18:24:48 2016 +0300
@@ -25,10 +25,12 @@
  * @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;