aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/oops/cpCacheOop.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/oops/cpCacheOop.hpp')
-rw-r--r--src/share/vm/oops/cpCacheOop.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/share/vm/oops/cpCacheOop.hpp b/src/share/vm/oops/cpCacheOop.hpp
index 4b9036965..e18063425 100644
--- a/src/share/vm/oops/cpCacheOop.hpp
+++ b/src/share/vm/oops/cpCacheOop.hpp
@@ -22,6 +22,14 @@
*
*/
+#ifndef SHARE_VM_OOPS_CPCACHEOOP_HPP
+#define SHARE_VM_OOPS_CPCACHEOOP_HPP
+
+#include "interpreter/bytecodes.hpp"
+#include "memory/allocation.hpp"
+#include "oops/arrayOop.hpp"
+#include "utilities/array.hpp"
+
// A ConstantPoolCacheEntry describes an individual entry of the constant
// pool cache. There's 2 principal kinds of entries: field entries for in-
// stance & static field access, and method entries for invokes. Some of
@@ -406,3 +414,5 @@ class constantPoolCacheOopDesc: public oopDesc {
void adjust_method_entries(methodOop* old_methods, methodOop* new_methods,
int methods_length, bool * trace_name_printed);
};
+
+#endif // SHARE_VM_OOPS_CPCACHEOOP_HPP