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

/openjdk9/hotspot/test/gc/g1/
H A DTestLargePageUseForAuxMemory.java79 static void testVM(String what, long heapsize, boolean cardsShouldUseLargePages, boolean bitmapShouldUseLargePages) throws Exception { argument
80 System.out.println(what + " heapsize " + heapsize + " card table should use large pages " + cardsShouldUseLargePages + " " +
86 "-Xms" + heapsize,
87 "-Xmx" + heapsize,
102 "-Xms" + heapsize,
103 "-Xmx" + heapsize,
/openjdk9/hotspot/test/gc/arguments/
H A DTestMaxNewSize.java53 private static void checkMaxNewSize(String[] flags, int heapsize) throws Exception { argument
56 if (actual.compareTo(new BigInteger((new Long(heapsize)).toString())) == 1) {
H A DTestUseCompressedOopsErgoTools.java147 private static void checkUseCompressedOops(String[] args, long heapsize, boolean expectUseCompressedOops) throws Exception { argument
150 finalargs.add("-Xmx" + heapsize);

Completed in 110 milliseconds