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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp638 CMSBitMap _markBitMap; member in class:CMSCollector
663 // keep this textually after _markBitMap and _span; c'tor dependency
890 Mutex* bitMapLock() const { return _markBitMap.lock(); }
957 CMSBitMap* markBitMap() { return &_markBitMap; }

Completed in 40 milliseconds