src/share/vm/interpreter/interpreterRuntime.cpp

changeset 3112
5596e125fe4f
parent 3101
aa67216400d3
parent 3111
2fecca53a2c6
child 3137
e6b1331a51d2
     1.1 --- a/src/share/vm/interpreter/interpreterRuntime.cpp	Wed Sep 07 11:52:00 2011 -0700
     1.2 +++ b/src/share/vm/interpreter/interpreterRuntime.cpp	Thu Sep 08 06:36:31 2011 -0700
     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