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

changeset 4542
db9981fd3124
parent 4153
b9a9ed0f8eeb
child 5689
de88570fabfc
     1.1 --- a/src/share/vm/gc_implementation/shared/allocationStats.hpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/share/vm/gc_implementation/shared/allocationStats.hpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -25,11 +25,12 @@
     1.4  #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_ALLOCATIONSTATS_HPP
     1.5  #define SHARE_VM_GC_IMPLEMENTATION_SHARED_ALLOCATIONSTATS_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/gcUtil.hpp"
    1.11  #include "memory/allocation.hpp"
    1.12  #include "utilities/globalDefinitions.hpp"
    1.13 -#endif
    1.14 +#endif // INCLUDE_ALL_GCS
    1.15  
    1.16  class AllocationStats VALUE_OBJ_CLASS_SPEC {
    1.17    // A duration threshold (in ms) used to filter

mercurial