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

test/jdk/internal/misc/Unsafe/CopySwap.java

Print this page
rev 15703 : [mq]: 8166045-copyswapsplit

*** 20,30 **** * 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 --- 20,29 ----
*** 38,48 **** * * @throws RuntimeException if an error is found */ private void testPositive() { testSmallCopy(true); - testLargeCopy(true); } /** * Run negative tests, testing corner cases and the various exceptions * --- 37,46 ----
test/jdk/internal/misc/Unsafe/CopySwap.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File