src/share/vm/ci/ciStreams.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciStreams.hpp	Wed Dec  2 17:37:48 2009
--- new/src/share/vm/ci/ciStreams.hpp	Wed Dec  2 17:37:48 2009

*** 230,239 **** --- 230,241 ---- ciMethod* get_method(bool& will_link); ciKlass* get_declared_method_holder(); int get_method_holder_index(); int get_method_signature_index(); + ciCPCache* get_cpcache(); + private: void assert_index_size(int required_size) const { #ifdef ASSERT int isize = instruction_size() - (is_wide() ? 1 : 0) - 1; if (isize == 2 && cur_bc() == Bytecodes::_iinc)

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