src/share/vm/interpreter/interpreter.cpp

changeset 1570
e66fd840cb6b
parent 1494
389049f3f393
child 1907
c18cbe5936b8
child 1920
ab102d5d923e
equal deleted inserted replaced
1569:0910903272e5 1570:e66fd840cb6b
321 type = Bytecode_invoke_at(mh, bci)->result_type(thread); 321 type = Bytecode_invoke_at(mh, bci)->result_type(thread);
322 // since the cache entry might not be initialized: 322 // since the cache entry might not be initialized:
323 // (NOT needed for the old calling convension) 323 // (NOT needed for the old calling convension)
324 if (!is_top_frame) { 324 if (!is_top_frame) {
325 int index = Bytes::get_native_u4(bcp+1); 325 int index = Bytes::get_native_u4(bcp+1);
326 method->constants()->cache()->entry_at(index)->set_parameter_size(callee_parameters); 326 method->constants()->cache()->secondary_entry_at(index)->set_parameter_size(callee_parameters);
327 } 327 }
328 break; 328 break;
329 } 329 }
330 330
331 case Bytecodes::_ldc : 331 case Bytecodes::_ldc :

mercurial