< prev index next >

test/compiler/c2/Test7177917.java

Print this page

        

@@ -20,15 +20,24 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-/*
- * Micro-benchmark for Math.pow() and Math.exp()
+/**
+ * @test
+ * @bug 7177917
+ * @summary Micro-benchmark for Math.pow() and Math.exp()
+ * @modules java.base/jdk.internal.misc
+ * @library /testlibrary
+ *
+ * @run main compiler.c2.Test7177917
  */
 
+package compiler.c2;
+
 import jdk.test.lib.Utils;
+
 import java.util.Random;
 
 public class Test7177917 {
 
   static double d;
< prev index next >