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

/openjdk9/hotspot/test/gc/g1/plab/
H A DTestPLABEvacuationFailure.java132 checkValuesIsZero(valuesToCheck, "Expect that SURVIVOR PLAB failure statistics should be 0 when no evacuation failure");
135 checkValuesIsZero(valuesToCheck, "Expect that OLD PLAB failure statistics should be 0 when no evacuation failure");
138 checkValuesIsZero(valuesToCheck, "Expect that failure statistics should be 0 in SURVIVOR PLAB statistics at evacuation failure");
150 private static void checkValuesIsZero(Map<Long, PlabInfo> logItems, String errorMessage) { method in class:TestPLABEvacuationFailure

Completed in 34 milliseconds