Searched refs:testLargePageSizeInBytes (Results 1 - 1 of 1) sorted by relevance

/openjdk10/hotspot/test/runtime/memory/LargePages/
H A DTestLargePageSizeInBytes.java47 testLargePageSizeInBytes(4 * M);
48 testLargePageSizeInBytes(256 * M);
49 testLargePageSizeInBytes(512 * M);
50 testLargePageSizeInBytes(2 * G);
53 private static void testLargePageSizeInBytes(long size) throws Exception { method in class:TestLargePageSizeInBytes

Completed in 47 milliseconds