hotspot/src/share/vm/services/heapDumper.cpp
changeset 15482 470d0b0c09f1
parent 14488 ab48109f7d1b
child 15483 113ca9e9c1bb
equal deleted inserted replaced
15224:0f9e3436040d 15482:470d0b0c09f1
    38 #include "runtime/vmThread.hpp"
    38 #include "runtime/vmThread.hpp"
    39 #include "runtime/vm_operations.hpp"
    39 #include "runtime/vm_operations.hpp"
    40 #include "services/heapDumper.hpp"
    40 #include "services/heapDumper.hpp"
    41 #include "services/threadService.hpp"
    41 #include "services/threadService.hpp"
    42 #include "utilities/ostream.hpp"
    42 #include "utilities/ostream.hpp"
    43 #ifndef SERIALGC
    43 #include "utilities/macros.hpp"
       
    44 #if INCLUDE_ALL_GCS
    44 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
    45 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
    45 #endif
    46 #endif // INCLUDE_ALL_GCS
    46 
    47 
    47 /*
    48 /*
    48  * HPROF binary format - description copied from:
    49  * HPROF binary format - description copied from:
    49  *   src/share/demo/jvmti/hprof/hprof_io.c
    50  *   src/share/demo/jvmti/hprof/hprof_io.c
    50  *
    51  *