src/share/vm/interpreter/interpreterRuntime.cpp

changeset 3111
2fecca53a2c6
parent 3050
fdb992d83a87
child 3112
5596e125fe4f
     1.1 --- a/src/share/vm/interpreter/interpreterRuntime.cpp	Fri Sep 02 21:33:57 2011 -0700
     1.2 +++ b/src/share/vm/interpreter/interpreterRuntime.cpp	Wed Sep 07 14:15:07 2011 +0200
     1.3 @@ -1244,7 +1244,7 @@
     1.4    // preparing the same method will be sure to see non-null entry & mirror.
     1.5  IRT_END
     1.6  
     1.7 -#if defined(IA32) || defined(AMD64)
     1.8 +#if defined(IA32) || defined(AMD64) || defined(ARM)
     1.9  IRT_LEAF(void, InterpreterRuntime::popframe_move_outgoing_args(JavaThread* thread, void* src_address, void* dest_address))
    1.10    if (src_address == dest_address) {
    1.11      return;

mercurial