aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/c1/c1_Compilation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/c1/c1_Compilation.hpp')
-rw-r--r--src/share/vm/c1/c1_Compilation.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/share/vm/c1/c1_Compilation.hpp b/src/share/vm/c1/c1_Compilation.hpp
index 0e217614f..1ded2b84a 100644
--- a/src/share/vm/c1/c1_Compilation.hpp
+++ b/src/share/vm/c1/c1_Compilation.hpp
@@ -22,6 +22,13 @@
*
*/
+#ifndef SHARE_VM_C1_C1_COMPILATION_HPP
+#define SHARE_VM_C1_C1_COMPILATION_HPP
+
+#include "ci/ciEnv.hpp"
+#include "code/exceptionHandlerTable.hpp"
+#include "memory/resourceArea.hpp"
+
class CompilationResourceObj;
class XHandlers;
class ExceptionInfo;
@@ -285,3 +292,5 @@ class ExceptionInfo: public CompilationResourceObj {
int pco() { return _pco; }
XHandlers* exception_handlers() { return _exception_handlers; }
};
+
+#endif // SHARE_VM_C1_C1_COMPILATION_HPP