< prev index next >

test/runtime/memory/ReserveMemory.java

Print this page

        

*** 33,43 **** * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ReserveMemory */ ! import com.oracle.java.testlibrary.*; import sun.hotspot.WhiteBox; public class ReserveMemory { private static boolean isWindows() { --- 33,43 ---- * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ReserveMemory */ ! import jdk.test.lib.*; import sun.hotspot.WhiteBox; public class ReserveMemory { private static boolean isWindows() {
< prev index next >