src/share/vm/interpreter/interpreter.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/interpreter.cpp	Wed Dec  2 16:26:57 2009
--- new/src/share/vm/interpreter/interpreter.cpp	Wed Dec  2 16:26:57 2009

*** 321,331 **** --- 321,331 ---- type = Bytecode_invoke_at(mh, bci)->result_type(thread); // since the cache entry might not be initialized: // (NOT needed for the old calling convension) if (!is_top_frame) { int index = Bytes::get_native_u4(bcp+1); ! method->constants()->cache()->secondary_entry_at(index)->set_parameter_size(callee_parameters); } break; } case Bytecodes::_ldc :

src/share/vm/interpreter/interpreter.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File