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

/openjdk9/hotspot/test/gc/g1/ihop/
H A DTestIHOPStatic.java167 private static final long MEMORY_TO_FILL = Integer.getInteger("memory.fill"); field in class:TestIHOPStatic.AppIHOP
175 System.out.println("Mem to fill:" + MEMORY_TO_FILL);
176 if (MEMORY_TO_FILL <= 0) {
177 throw new RuntimeException("Wrong memory size: " + MEMORY_TO_FILL);
180 createGarbage(MEMORY_TO_FILL);

Completed in 34 milliseconds