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

changeset 4542
db9981fd3124
parent 2314
f95d63e2154a
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/gc_implementation/shared/allocationStats.cpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/share/vm/gc_implementation/shared/allocationStats.cpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -23,10 +23,11 @@
     1.4   */
     1.5  
     1.6  #include "precompiled.hpp"
     1.7 -#ifndef SERIALGC
     1.8 +#include "utilities/macros.hpp"
     1.9 +#if INCLUDE_ALL_GCS
    1.10  #include "gc_implementation/shared/allocationStats.hpp"
    1.11  #include "utilities/ostream.hpp"
    1.12 -#endif
    1.13 +#endif // INCLUDE_ALL_GCS
    1.14  
    1.15  // Technically this should be derived from machine speed, and
    1.16  // ideally it would be dynamically adjusted.

mercurial