aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/ci/ciCPCache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/ci/ciCPCache.hpp')
-rw-r--r--src/share/vm/ci/ciCPCache.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/share/vm/ci/ciCPCache.hpp b/src/share/vm/ci/ciCPCache.hpp
index 89579ae48..165ce3de6 100644
--- a/src/share/vm/ci/ciCPCache.hpp
+++ b/src/share/vm/ci/ciCPCache.hpp
@@ -22,6 +22,13 @@
*
*/
+#ifndef SHARE_VM_CI_CICPCACHE_HPP
+#define SHARE_VM_CI_CICPCACHE_HPP
+
+#include "ci/ciClassList.hpp"
+#include "ci/ciObject.hpp"
+#include "oops/cpCacheOop.hpp"
+
// ciCPCache
//
// This class represents a constant pool cache.
@@ -57,3 +64,5 @@ public:
void print();
};
+
+#endif // SHARE_VM_CI_CICPCACHE_HPP