src/share/vm/gc_implementation/shared/gcAdaptivePolicyCounters.hpp

changeset 4542
db9981fd3124
parent 4129
22b8d3d181d9
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/gc_implementation/shared/gcAdaptivePolicyCounters.hpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/share/vm/gc_implementation/shared/gcAdaptivePolicyCounters.hpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -25,10 +25,11 @@
     1.4  #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_GCADAPTIVEPOLICYCOUNTERS_HPP
     1.5  #define SHARE_VM_GC_IMPLEMENTATION_SHARED_GCADAPTIVEPOLICYCOUNTERS_HPP
     1.6  
     1.7 -#ifndef SERIALGC
     1.8 +#include "utilities/macros.hpp"
     1.9 +#if INCLUDE_ALL_GCS
    1.10  #include "gc_implementation/shared/adaptiveSizePolicy.hpp"
    1.11  #include "gc_implementation/shared/gcPolicyCounters.hpp"
    1.12 -#endif
    1.13 +#endif // INCLUDE_ALL_GCS
    1.14  
    1.15  // This class keeps statistical information and computes the
    1.16  // size of the heap.

mercurial