aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/c1/c1_ValueMap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/c1/c1_ValueMap.hpp')
-rw-r--r--src/share/vm/c1/c1_ValueMap.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/share/vm/c1/c1_ValueMap.hpp b/src/share/vm/c1/c1_ValueMap.hpp
index 0bf25f031..9359abda1 100644
--- a/src/share/vm/c1/c1_ValueMap.hpp
+++ b/src/share/vm/c1/c1_ValueMap.hpp
@@ -22,6 +22,13 @@
*
*/
+#ifndef SHARE_VM_C1_C1_VALUEMAP_HPP
+#define SHARE_VM_C1_C1_VALUEMAP_HPP
+
+#include "c1/c1_Instruction.hpp"
+#include "c1/c1_ValueSet.hpp"
+#include "memory/allocation.hpp"
+
class ValueMapEntry: public CompilationResourceObj {
private:
intx _hash;
@@ -226,3 +233,5 @@ class GlobalValueNumbering: public ValueNumberingVisitor {
// main entry point that performs global value numbering
GlobalValueNumbering(IR* ir);
};
+
+#endif // SHARE_VM_C1_C1_VALUEMAP_HPP