< prev index next >

test/compiler/intrinsics/mathexact/MulExactIRepeatTest.java

Print this page

        

@@ -31,11 +31,11 @@
  * @compile MulExactIRepeatTest.java Verify.java
  * @run main MulExactIRepeatTest
  *
  */
 
-import com.oracle.java.testlibrary.Utils;
+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 >