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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparMarkBitMap.hpp41 enum IterationStatus { incomplete, complete, full, would_overflow }; enumerator in enum:ParMarkBitMap::IterationStatus
90 // incomplete The iteration is not complete. The last object that
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp833 void incomplete() { _complete = false; } function in class:HeapRegionClosure

Completed in 34 milliseconds