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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp3245 class CMBitMapClosure : public BitMapClosure { class in inherits:BitMapClosure
3253 CMBitMapClosure(CMTask *task, ConcurrentMark* cm, CMBitMap* nextMarkBitMap) : function in class:CMBitMapClosure
3993 CMBitMapClosure bitmap_closure(this, _cm, _nextMarkBitMap);

Completed in 86 milliseconds