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

/openjdk9/hotspot/test/gc/g1/ihop/
H A DTestIHOPStatic.java103 * @param pctToFill heap percentage to be filled
111 private static void runTest(int ihop, long pctToFill, long heapSize, boolean expectInitiationMessage) throws Throwable { argument
115 System.out.println(" Part of heap to fill (percentage) : " + pctToFill);
122 "-Dmemory.fill=" + (heapSize * 1024 * 1024 * pctToFill / 100),

Completed in 43 milliseconds