< prev index next >

test/compiler/intrinsics/mathexact/MulExactIRepeatTest.java

Print this page

        

*** 31,41 **** * @compile MulExactIRepeatTest.java Verify.java * @run main MulExactIRepeatTest * */ ! import com.oracle.java.testlibrary.Utils; import java.util.Random; public class MulExactIRepeatTest { public static void main(String[] args) { runTest(new Verify.MulExactI()); --- 31,41 ---- * @compile MulExactIRepeatTest.java Verify.java * @run main MulExactIRepeatTest * */ ! import jdk.test.lib.Utils; import java.util.Random; public class MulExactIRepeatTest { public static void main(String[] args) { runTest(new Verify.MulExactI());
< prev index next >