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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsOopClosures.hpp394 class CMSInnerParMarkAndPushClosure: public Par_KlassRememberingOopClosure { class in inherits:Par_KlassRememberingOopClosure
402 CMSInnerParMarkAndPushClosure(CMSCollector* collector,
408 inline void do_oop_nv(oop* p) { CMSInnerParMarkAndPushClosure::do_oop_work(p); }
409 inline void do_oop_nv(narrowOop* p) { CMSInnerParMarkAndPushClosure::do_oop_work(p); }
420 CMSInnerParMarkAndPushClosure

Completed in 31 milliseconds