src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.hpp

changeset 2314
f95d63e2154a
parent 1907
c18cbe5936b8
child 5192
14d3f71f831d
equal deleted inserted replaced
2313:e33f46fc48ed 2314:f95d63e2154a
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24
25 #ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSGCADAPTIVEPOLICYCOUNTERS_HPP
26 #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSGCADAPTIVEPOLICYCOUNTERS_HPP
27
28 #include "gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp"
29 #include "gc_implementation/shared/gcAdaptivePolicyCounters.hpp"
30 #include "gc_implementation/shared/gcPolicyCounters.hpp"
24 31
25 // PSGCAdaptivePolicyCounters is a holder class for performance counters 32 // PSGCAdaptivePolicyCounters is a holder class for performance counters
26 // that track the data and decisions for the ergonomics policy for the 33 // that track the data and decisions for the ergonomics policy for the
27 // parallel scavenge collector. 34 // parallel scavenge collector.
28 35
198 205
199 virtual GCPolicyCounters::Name kind() const { 206 virtual GCPolicyCounters::Name kind() const {
200 return GCPolicyCounters::PSGCAdaptivePolicyCountersKind; 207 return GCPolicyCounters::PSGCAdaptivePolicyCountersKind;
201 } 208 }
202 }; 209 };
210
211 #endif // SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSGCADAPTIVEPOLICYCOUNTERS_HPP

mercurial