< prev index next >

test/compiler/unsafe/UnsafeRaw.java

Print this page

        

*** 29,39 **** * @modules java.base/sun.misc * java.management * @run main/othervm -Xbatch UnsafeRaw */ ! import com.oracle.java.testlibrary.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 { --- 29,39 ---- * @modules java.base/sun.misc * java.management * @run main/othervm -Xbatch UnsafeRaw */ ! 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 >