test/jdk/internal/misc/Unsafe/CopySwap.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/jdk/internal/misc/Unsafe/CopySwap.java	Mon Sep 26 14:31:22 2016
--- new/test/jdk/internal/misc/Unsafe/CopySwap.java	Mon Sep 26 14:31:22 2016

*** 20,30 **** --- 20,29 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ import jdk.internal.misc.Unsafe; import java.lang.reflect.Field; /* * @test * @summary Test Unsafe.copySwapMemory * @modules java.base/jdk.internal.misc
*** 38,48 **** --- 37,46 ---- * * @throws RuntimeException if an error is found */ private void testPositive() { testSmallCopy(true); testLargeCopy(true); } /** * Run negative tests, testing corner cases and the various exceptions *

test/jdk/internal/misc/Unsafe/CopySwap.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File