comparison src/share/vm/services/heapDumper.cpp @ 8002:8391fdd36e1f

Merge
author dlong
date Sun, 27 Jan 2013 01:07:09 -0800
parents 203f64878aab db9981fd3124
children 190899198332
comparison
equal deleted inserted replaced
7946:6fbe8a57549d 8002:8391fdd36e1f
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 *