Searched defs:_gc_policy_counters (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.hpp56 static PSGCAdaptivePolicyCounters* _gc_policy_counters; member in class:ParallelScavengeHeap
112 static PSGCAdaptivePolicyCounters* gc_policy_counters() { return _gc_policy_counters; }
H A DparallelScavengeHeap.cpp52 PSGCAdaptivePolicyCounters* ParallelScavengeHeap::_gc_policy_counters = NULL; member in class:ParallelScavengeHeap
255 _gc_policy_counters =
/openjdk7/hotspot/src/share/vm/memory/
H A DcollectorPolicy.hpp62 GCPolicyCounters* _gc_policy_counters; member in class:CollectorPolicy
185 GCPolicyCounters* counters() { return _gc_policy_counters; }

Completed in 60 milliseconds