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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
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;
H A DgcPolicyCounters.cpp29 GCPolicyCounters::GCPolicyCounters(const char* name, int collectors, function in class:GCPolicyCounters
H A DgcAdaptivePolicyCounters.hpp36 class GCAdaptivePolicyCounters : public GCPolicyCounters {
229 virtual GCPolicyCounters::Name kind() const {
230 return GCPolicyCounters::GCAdaptivePolicyCountersKind;
H A DageTable.cpp121 GCPolicyCounters* gc_counters = policy->counters();
H A DgcAdaptivePolicyCounters.cpp36 : GCPolicyCounters(name, collectors, generations),
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsCollectorPolicy.cpp112 _gc_policy_counters = new GCPolicyCounters("ParNew:CMS", 2, 3);
115 _gc_policy_counters = new GCPolicyCounters("Copy:CMS", 2, 3);
H A DcmsGCAdaptivePolicyCounters.hpp305 virtual GCPolicyCounters::Name kind() const {
306 return GCPolicyCounters::CMSGCAdaptivePolicyCountersKind;
H A DconcurrentMarkSweepGeneration.cpp336 results->kind() == GCPolicyCounters::CMSGCAdaptivePolicyCountersKind,
9189 assert(counters->kind() == GCPolicyCounters::CMSGCAdaptivePolicyCountersKind,
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsGCAdaptivePolicyCounters.hpp206 virtual GCPolicyCounters::Name kind() const {
207 return GCPolicyCounters::PSGCAdaptivePolicyCountersKind;
/openjdk7/hotspot/src/share/vm/memory/
H A DcollectorPolicy.hpp55 class GCPolicyCounters;
62 GCPolicyCounters* _gc_policy_counters;
185 GCPolicyCounters* counters() { return _gc_policy_counters; }
H A DcollectorPolicy.cpp804 _gc_policy_counters = new GCPolicyCounters("ParNew:MSC", 2, 3);
807 _gc_policy_counters = new GCPolicyCounters("Copy:MSC", 2, 3);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.cpp598 GCPolicyCounters::CMSGCAdaptivePolicyCountersKind,
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp418 _gc_policy_counters = new GCPolicyCounters("GarbageFirst", 1, 3);

Completed in 84 milliseconds