< prev index next >

test/runtime/memory/LargePages/TestLargePageSizeInBytes.java

Print this page

        

*** 28,40 **** * @modules java.base/sun.misc * java.management * @run driver TestLargePageSizeInBytes */ ! import com.oracle.java.testlibrary.OutputAnalyzer; ! import com.oracle.java.testlibrary.Platform; ! import com.oracle.java.testlibrary.ProcessTools; public class TestLargePageSizeInBytes { private static long M = 1024L * 1024L; private static long G = 1024L * M; --- 28,40 ---- * @modules java.base/sun.misc * java.management * @run driver TestLargePageSizeInBytes */ ! import jdk.test.lib.OutputAnalyzer; ! import jdk.test.lib.Platform; ! import jdk.test.lib.ProcessTools; public class TestLargePageSizeInBytes { private static long M = 1024L * 1024L; private static long G = 1024L * M;
< prev index next >