src/share/vm/ci/ciCPCache.hpp

Print this page

        

*** 20,29 **** --- 20,36 ---- * 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,59 **** --- 62,68 ---- int get_pool_index(int index); void print(); }; + + #endif // SHARE_VM_CI_CICPCACHE_HPP