hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
changeset 10520 db9177a52cee
parent 10265 4c869854aebd
child 10521 5c4fac522301
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Fri Sep 02 21:33:57 2011 -0700
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Wed Sep 07 14:15:07 2011 +0200
@@ -1244,7 +1244,7 @@
   // 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;