src/hotspot/share/ci/ciField.cpp
changeset 59056 15936b142f86
parent 58273 08a5148e7c4e
equal deleted inserted replaced
59055:57ad70bcf06c 59056:15936b142f86
   389     }
   389     }
   390   }
   390   }
   391 
   391 
   392   LinkInfo link_info(_holder->get_instanceKlass(),
   392   LinkInfo link_info(_holder->get_instanceKlass(),
   393                      _name->get_symbol(), _signature->get_symbol(),
   393                      _name->get_symbol(), _signature->get_symbol(),
   394                      accessing_method->get_Method());
   394                      methodHandle(THREAD, accessing_method->get_Method()));
   395   fieldDescriptor result;
   395   fieldDescriptor result;
   396   LinkResolver::resolve_field(result, link_info, bc, false, KILL_COMPILE_ON_FATAL_(false));
   396   LinkResolver::resolve_field(result, link_info, bc, false, KILL_COMPILE_ON_FATAL_(false));
   397 
   397 
   398   // update the hit-cache, unless there is a problem with memory scoping:
   398   // update the hit-cache, unless there is a problem with memory scoping:
   399   if (accessing_method->holder()->is_shared() || !is_shared()) {
   399   if (accessing_method->holder()->is_shared() || !is_shared()) {