< prev index next >

test/compiler/loopopts/ConstFPVectorization.java

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

@@ -24,15 +24,16 @@
 
 /**
  * @test
  * @bug 8074869
  * @summary C2 code generator can replace -0.0f with +0.0f on Linux
- * @run main ConstFPVectorization 8
+ * @run main compiler.loopopts.ConstFPVectorization 8
  * @author volker.simonis@gmail.com
- *
  */
 
+package compiler.loopopts;
+
 public class ConstFPVectorization {
 
     static float[] f = new float[16];
     static double[] d = new double[16];
 
< prev index next >