src/hotspot/cpu/sparc/jvmciCodeInstaller_sparc.cpp
changeset 48487 abf1d797e380
parent 47216 71c04702a3d5
child 49480 d7df2dd501ce
equal deleted inserted replaced
48486:bda5211e7876 48487:abf1d797e380
   113     JVMCI_ERROR("unknown call or jump instruction at " PTR_FORMAT, p2i(pc));
   113     JVMCI_ERROR("unknown call or jump instruction at " PTR_FORMAT, p2i(pc));
   114   }
   114   }
   115   TRACE_jvmci_3("relocating (foreign call) at " PTR_FORMAT, p2i(inst));
   115   TRACE_jvmci_3("relocating (foreign call) at " PTR_FORMAT, p2i(inst));
   116 }
   116 }
   117 
   117 
   118 void CodeInstaller::pd_relocate_JavaMethod(Handle hotspot_method, jint pc_offset, TRAPS) {
   118 void CodeInstaller::pd_relocate_JavaMethod(CodeBuffer &, Handle hotspot_method, jint pc_offset, TRAPS) {
   119 #ifdef ASSERT
   119 #ifdef ASSERT
   120   Method* method = NULL;
   120   Method* method = NULL;
   121   // we need to check, this might also be an unresolved method
   121   // we need to check, this might also be an unresolved method
   122   if (hotspot_method->is_a(HotSpotResolvedJavaMethodImpl::klass())) {
   122   if (hotspot_method->is_a(HotSpotResolvedJavaMethodImpl::klass())) {
   123     method = getMethodFromHotSpotMethod(hotspot_method());
   123     method = getMethodFromHotSpotMethod(hotspot_method());