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

/openjdk10/hotspot/test/gc/class_unloading/
H A DTestG1ClassUnloadingHWM.java108 long youngGenSize = Long.parseLong(args[1]);
109 triggerYoungGCs(youngGenSize);
114 public static void triggerYoungGCs(long youngGenSize) { argument
116 long numAllocations = 2 * youngGenSize / approxAllocSize;
/openjdk10/hotspot/test/gc/arguments/
H A DTestSurvivorRatioFlag.java155 long youngGenSize = edenUsage.getMax() + 2 * survivorUsage.getMax();
157 long expectedSize = HeapRegionUsageTool.alignDown(youngGenSize / (expectedRatio + 2),

Completed in 104 milliseconds