src/share/vm/ci/ciCPCache.hpp

Print this page

        

@@ -20,10 +20,17 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
+#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.
 //
 // Note: This class is called ciCPCache as ciConstantPoolCache is used

@@ -55,5 +62,7 @@
 
   int get_pool_index(int index);
 
   void print();
 };
+
+#endif // SHARE_VM_CI_CICPCACHE_HPP