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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcPolicyCounters.cpp29 GCPolicyCounters::GCPolicyCounters(const char* name, int collectors, function in class:GCPolicyCounters
H A DgcPolicyCounters.hpp30 // GCPolicyCounters is a holder class for performance counters
33 class GCPolicyCounters: public CHeapObj<mtGC> { class in inherits:CHeapObj
59 GCPolicyCounters(const char* name, int collectors, int generations);
73 virtual GCPolicyCounters::Name kind() const {
74 return GCPolicyCounters::GCPolicyCountersKind;

Completed in 28 milliseconds