< prev index next >

test/compiler/unsafe/UnsafeRaw.java

Print this page

        

@@ -29,11 +29,11 @@
  * @modules java.base/sun.misc
  *          java.management
  * @run main/othervm -Xbatch UnsafeRaw
  */
 
-import com.oracle.java.testlibrary.Utils;
+import jdk.test.lib.Utils;
 import java.util.Random;
 
 public class UnsafeRaw {
   public static class Tests {
     public static int int_index(sun.misc.Unsafe unsafe, long base, int index) throws Exception {
< prev index next >