aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/code/codeBlob.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/code/codeBlob.hpp')
-rw-r--r--src/share/vm/code/codeBlob.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/share/vm/code/codeBlob.hpp b/src/share/vm/code/codeBlob.hpp
index 9b08c3dc8..61e64882d 100644
--- a/src/share/vm/code/codeBlob.hpp
+++ b/src/share/vm/code/codeBlob.hpp
@@ -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 @@ class SafepointBlob: public SingletonBlob {
// Typing
bool is_safepoint_stub() const { return true; }
};
+
+#endif // SHARE_VM_CODE_CODEBLOB_HPP