This commit is contained in:
Robert Ottenhag 2011-09-08 06:36:31 -07:00
commit b62fb1de97
2 changed files with 3 additions and 3 deletions

View file

@ -1244,7 +1244,7 @@ IRT_ENTRY(void, InterpreterRuntime::prepare_native_call(JavaThread* thread, meth
// preparing the same method will be sure to see non-null entry & mirror.
IRT_END
#if defined(IA32) || defined(AMD64)
#if defined(IA32) || defined(AMD64) || defined(ARM)
IRT_LEAF(void, InterpreterRuntime::popframe_move_outgoing_args(JavaThread* thread, void* src_address, void* dest_address))
if (src_address == dest_address) {
return;