hotspot/src/share/vm/services/heapDumper.hpp
changeset 7397 5b173b4ca846
parent 6445 64694b1e56e7
child 13728 882756847a04
--- a/hotspot/src/share/vm/services/heapDumper.hpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/hotspot/src/share/vm/services/heapDumper.hpp	Tue Nov 23 13:22:55 2010 -0800
@@ -22,6 +22,14 @@
  *
  */
 
+#ifndef SHARE_VM_SERVICES_HEAPDUMPER_HPP
+#define SHARE_VM_SERVICES_HEAPDUMPER_HPP
+
+#include "memory/allocation.hpp"
+#include "oops/klassOop.hpp"
+#include "oops/oop.hpp"
+#include "runtime/os.hpp"
+
 // HeapDumper is used to dump the java heap to file in HPROF binary format:
 //
 //  { HeapDumper dumper(true /* full GC before heap dump */);
@@ -73,3 +81,5 @@
 
   static void dump_heap_from_oome()    KERNEL_RETURN;
 };
+
+#endif // SHARE_VM_SERVICES_HEAPDUMPER_HPP