src/share/vm/services/heapDumper.cpp

changeset 4543
8391fdd36e1f
parent 4465
203f64878aab
parent 4542
db9981fd3124
child 5784
190899198332
     1.1 --- a/src/share/vm/services/heapDumper.cpp	Fri Jan 25 03:03:23 2013 -0800
     1.2 +++ b/src/share/vm/services/heapDumper.cpp	Sun Jan 27 01:07:09 2013 -0800
     1.3 @@ -40,9 +40,10 @@
     1.4  #include "services/heapDumper.hpp"
     1.5  #include "services/threadService.hpp"
     1.6  #include "utilities/ostream.hpp"
     1.7 -#ifndef SERIALGC
     1.8 +#include "utilities/macros.hpp"
     1.9 +#if INCLUDE_ALL_GCS
    1.10  #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
    1.11 -#endif
    1.12 +#endif // INCLUDE_ALL_GCS
    1.13  
    1.14  /*
    1.15   * HPROF binary format - description copied from:

mercurial