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

/openjdk10/hotspot/test/gc/g1/humongousObjects/objectGraphTest/
H A DTestObjectGraphAfterGC.java138 * @param gcLogName name of gc log
144 String gcLogName, List<String> shouldContain, List<String> shouldNotContain)
149 checkGCLog(gcLogName, shouldContain, shouldNotContain);
236 * @param gcLogName gc log name
241 private static void checkGCLog(String gcLogName, List<String> shouldContain, List<String> shouldNotContain) argument
244 if (gcLogName == null) {
247 String gcLog = new String(Files.readAllBytes(new File(gcLogName).toPath()));
143 doTesting(String testcaseData, Runnable doGC, Consumer<ReferenceInfo<Object[]>> checker, String gcLogName, List<String> shouldContain, List<String> shouldNotContain) argument

Completed in 96 milliseconds