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

changeset 2314
f95d63e2154a
parent 1907
c18cbe5936b8
child 5192
14d3f71f831d
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,13 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSGCADAPTIVEPOLICYCOUNTERS_HPP
     1.8 +#define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSGCADAPTIVEPOLICYCOUNTERS_HPP
     1.9 +
    1.10 +#include "gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp"
    1.11 +#include "gc_implementation/shared/gcAdaptivePolicyCounters.hpp"
    1.12 +#include "gc_implementation/shared/gcPolicyCounters.hpp"
    1.13 +
    1.14  // PSGCAdaptivePolicyCounters is a holder class for performance counters
    1.15  // that track the data and decisions for the ergonomics policy for the
    1.16  // parallel scavenge collector.
    1.17 @@ -200,3 +207,5 @@
    1.18      return GCPolicyCounters::PSGCAdaptivePolicyCountersKind;
    1.19    }
    1.20  };
    1.21 +
    1.22 +#endif // SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSGCADAPTIVEPOLICYCOUNTERS_HPP

mercurial