src/share/vm/ci/ciCPCache.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciCPCache.hpp	Wed Oct 28 20:02:14 2009
--- new/src/share/vm/ci/ciCPCache.hpp	Wed Oct 28 20:02:14 2009

*** 27,38 **** --- 27,36 ---- // The class represents and entry in the constant pool cache. // // Note: This class is called ciCPCache as ciConstantPoolCache is used // for something different. class ciCPCache : public ciObject { private: public: ciCPCache(constantPoolCacheHandle cpcache) : ciObject(cpcache) {} // What kind of ciObject is this? bool is_cpcache() const { return true; }

src/share/vm/ci/ciCPCache.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File