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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsScavenge.inline.hpp91 class PSRootsClosure: public OopClosure { class in inherits:OopClosure
103 PSRootsClosure(PSPromotionManager* pm) : _promotion_manager(pm) { } function in class:PSRootsClosure
104 void do_oop(oop* p) { PSRootsClosure::do_oop_work(p); }
105 void do_oop(narrowOop* p) { PSRootsClosure::do_oop_work(p); }
108 typedef PSRootsClosure</*promote_immediately=*/false> PSScavengeRootsClosure;
109 typedef PSRootsClosure</*promote_immediately=*/true> PSPromoteRootsClosure;

Completed in 28 milliseconds