Searched refs:markBitMap (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCMSCollector.java54 public CMSBitMap markBitMap() { method in class:CMSCollector
61 CMSBitMap markBitMap = markBitMap();
63 if ( markBitMap.isMarked(addr) && markBitMap.isMarked(addr.addOffsetTo(1*addressSize)) ) {
64 Address nextOneAddr = markBitMap.getNextMarkedWordAddress(addr.addOffsetTo(2*addressSize));
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp573 // Construct the is_alive_closure with _span & markBitMap
2871 // marked in markBitMap() should be marked in the verification_mark_bm().
2999 // verification_mark_bm() is also marked in markBitMap(); flag all
3001 VerifyMarkedClosure vcl(markBitMap());
3017 markBitMap());
3031 verification_mark_bm(), markBitMap(), verification_mark_stack());
3049 // verification_mark_bm() is also marked in markBitMap(); flag all
3051 VerifyMarkedClosure vcl(markBitMap());
5916 _collector.markBitMap(),
6098 markBitMap(), perm_gen_verify_bit_ma
[all...]
H A DconcurrentMarkSweepGeneration.hpp957 CMSBitMap* markBitMap() { return &_markBitMap; } function in class:CMSCollector
H A DcompactibleFreeListSpace.cpp531 BlkPrintingClosure bpcl(c, this, c->markBitMap(), st);
1142 CMSBitMap* live_map = _collector->markBitMap();
2480 _collector->markBitMap());

Completed in 643 milliseconds