test/runtime/memory/ReserveMemory.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/runtime/memory/ReserveMemory.java	Tue Dec  9 15:13:25 2014
--- new/test/runtime/memory/ReserveMemory.java	Tue Dec  9 15:13:24 2014

*** 24,43 **** --- 24,43 ---- /* * @test * @key regression * @bug 8012015 * @summary Make sure reserved (but uncommitted) memory is not accessible ! * @library /testlibrary /testlibrary/whitebox ! * @library /testlibrary /../../test/lib * @build ReserveMemory ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main ReserveMemory */ import com.oracle.java.testlibrary.*; ! import sun.hotspot.WhiteBox; ! import jdk.testlib.WhiteBox; public class ReserveMemory { private static boolean isWindows() { return System.getProperty("os.name").toLowerCase().startsWith("win"); }

test/runtime/memory/ReserveMemory.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File