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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp438 bool isHumongous() const { return _humongous_type != NotHumongous; } function in class:HeapRegion
449 if (!isHumongous()) {
648 assert(isHumongous() && startsHumongous(),

Completed in 32 milliseconds