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

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryService.cpp69 class GcThreadCountClosure: public ThreadClosure { class in inherits:ThreadClosure
73 GcThreadCountClosure() : _count(0) {}; function in class:GcThreadCountClosure
78 void GcThreadCountClosure::do_thread(Thread* thread) {
105 GcThreadCountClosure gctcc;

Completed in 31 milliseconds