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

/openjdk10/hotspot/src/share/vm/gc/cms/
H A DcmsCollectorPolicy.cpp75 _gc_policy_counters = new GCPolicyCounters("ParNew:CMS", 2, 3);
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DcollectorPolicy.hpp177 GCPolicyCounters* _gc_policy_counters; member in class:GenCollectorPolicy
229 GCPolicyCounters* counters() { return _gc_policy_counters; }
H A DcollectorPolicy.cpp915 _gc_policy_counters = new GCPolicyCounters("Copy:MSC", 2, 3);
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DparallelScavengeHeap.hpp55 static PSGCAdaptivePolicyCounters* _gc_policy_counters; member in class:ParallelScavengeHeap
102 static PSGCAdaptivePolicyCounters* gc_policy_counters() { return _gc_policy_counters; }
H A DparallelScavengeHeap.cpp53 PSGCAdaptivePolicyCounters* ParallelScavengeHeap::_gc_policy_counters = NULL; member in class:ParallelScavengeHeap
108 _gc_policy_counters =

Completed in 57 milliseconds