hotspot/src/share/vm/code/codeBlob.hpp
changeset 7397 5b173b4ca846
parent 6418 6671edbd230e
child 9630 d6419e4395e3
--- a/hotspot/src/share/vm/code/codeBlob.hpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/hotspot/src/share/vm/code/codeBlob.hpp	Tue Nov 23 13:22:55 2010 -0800
@@ -22,6 +22,14 @@
  *
  */
 
+#ifndef SHARE_VM_CODE_CODEBLOB_HPP
+#define SHARE_VM_CODE_CODEBLOB_HPP
+
+#include "asm/codeBuffer.hpp"
+#include "compiler/oopMap.hpp"
+#include "runtime/frame.hpp"
+#include "runtime/handles.hpp"
+
 // CodeBlob - superclass for all entries in the CodeCache.
 //
 // Suptypes are:
@@ -499,3 +507,5 @@
   // Typing
   bool is_safepoint_stub() const                 { return true; }
 };
+
+#endif // SHARE_VM_CODE_CODEBLOB_HPP