< prev index next >

test/runtime/Unsafe/CopyMemory.java

Print this page

        

*** 22,38 **** */ /* * @test * @summary Verifies behaviour of Unsafe.copyMemory ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management * @run main CopyMemory */ ! import jdk.test.lib.*; import jdk.internal.misc.Unsafe; import static jdk.test.lib.Asserts.*; public class CopyMemory { final static int LENGTH = 8; --- 22,38 ---- */ /* * @test * @summary Verifies behaviour of Unsafe.copyMemory ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main CopyMemory */ ! import jdk.test.lib.Utils; import jdk.internal.misc.Unsafe; import static jdk.test.lib.Asserts.*; public class CopyMemory { final static int LENGTH = 8;
< prev index next >