src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp
changeset 48557 2e867226b914
parent 48332 651a95f30dfb
child 48637 7bba05746c44
equal deleted inserted replaced
48556:d44d912ea9bb 48557:2e867226b914
  1186   }
  1186   }
  1187 
  1187 
  1188   // Argument is valid and klass is as expected, continue.
  1188   // Argument is valid and klass is as expected, continue.
  1189 
  1189 
  1190   // Extract method from inline cache, verified entry point needs it.
  1190   // Extract method from inline cache, verified entry point needs it.
  1191   __ ld(R19_method, CompiledICHolder::holder_method_offset(), ic);
  1191   __ ld(R19_method, CompiledICHolder::holder_metadata_offset(), ic);
  1192   assert(R19_method == ic, "the inline cache register is dead here");
  1192   assert(R19_method == ic, "the inline cache register is dead here");
  1193 
  1193 
  1194   __ ld(code, method_(code));
  1194   __ ld(code, method_(code));
  1195   __ cmpdi(CCR0, code, 0);
  1195   __ cmpdi(CCR0, code, 0);
  1196   __ ld(ientry, method_(interpreter_entry)); // preloaded
  1196   __ ld(ientry, method_(interpreter_entry)); // preloaded