< prev index next >

test/compiler/c2/Test7177917.java

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

*** 20,34 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! /* ! * Micro-benchmark for Math.pow() and Math.exp() */ import jdk.test.lib.Utils; import java.util.Random; public class Test7177917 { static double d; --- 20,43 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! /** ! * @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 >