Searched defs:evacuation_failed (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp734 // Returns the "evacuation_failed" property of the region.
735 bool evacuation_failed() { return _evacuation_failed; } function in class:HeapRegion
737 // Sets the "evacuation_failed" property of the region.

Completed in 35 milliseconds