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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp563 // them with the pending_removal tag and call the
566 bool pending_removal() { return _pending_removal; } function in class:HeapRegion
568 void set_pending_removal(bool pending_removal) { argument
569 if (pending_removal) {
579 _pending_removal = pending_removal;

Completed in 217 milliseconds