hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
changeset 10521 5c4fac522301
parent 10510 ab626d1bdf53
parent 10520 db9177a52cee
child 10546 e79347eebbc5
equal deleted inserted replaced
10519:fb373fa38321 10521:5c4fac522301
  1242   // before trying to fetch the native entry point and klass mirror.
  1242   // before trying to fetch the native entry point and klass mirror.
  1243   // We must set the signature handler last, so that multiple processors
  1243   // We must set the signature handler last, so that multiple processors
  1244   // preparing the same method will be sure to see non-null entry & mirror.
  1244   // preparing the same method will be sure to see non-null entry & mirror.
  1245 IRT_END
  1245 IRT_END
  1246 
  1246 
  1247 #if defined(IA32) || defined(AMD64)
  1247 #if defined(IA32) || defined(AMD64) || defined(ARM)
  1248 IRT_LEAF(void, InterpreterRuntime::popframe_move_outgoing_args(JavaThread* thread, void* src_address, void* dest_address))
  1248 IRT_LEAF(void, InterpreterRuntime::popframe_move_outgoing_args(JavaThread* thread, void* src_address, void* dest_address))
  1249   if (src_address == dest_address) {
  1249   if (src_address == dest_address) {
  1250     return;
  1250     return;
  1251   }
  1251   }
  1252   ResetNoHandleMark rnm; // In a LEAF entry.
  1252   ResetNoHandleMark rnm; // In a LEAF entry.