hotspot/src/share/vm/interpreter/interpreter.cpp
changeset 4564 55dfb20908d0
parent 4429 d7eb4e2099aa
child 5688 9052dc91ea67
child 5547 f4b087cbb361
equal deleted inserted replaced
4563:973da517fcec 4564:55dfb20908d0
   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   :