aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/c1/c1_IR.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/c1/c1_IR.hpp')
-rw-r--r--src/share/vm/c1/c1_IR.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/share/vm/c1/c1_IR.hpp b/src/share/vm/c1/c1_IR.hpp
index 35204c21f..217774f57 100644
--- a/src/share/vm/c1/c1_IR.hpp
+++ b/src/share/vm/c1/c1_IR.hpp
@@ -22,6 +22,15 @@
*
*/
+#ifndef SHARE_VM_C1_C1_IR_HPP
+#define SHARE_VM_C1_C1_IR_HPP
+
+#include "c1/c1_Instruction.hpp"
+#include "ci/ciExceptionHandler.hpp"
+#include "ci/ciMethod.hpp"
+#include "ci/ciStreams.hpp"
+#include "memory/allocation.hpp"
+
// An XHandler is a C1 internal description for an exception handler
class XHandler: public CompilationResourceObj {
@@ -337,3 +346,5 @@ class SubstitutionResolver: public BlockClosure, ValueVisitor {
virtual void block_do(BlockBegin* block);
};
+
+#endif // SHARE_VM_C1_C1_IR_HPP