comparison src/share/vm/interpreter/interpreterRuntime.cpp @ 3912:5596e125fe4f

Merge
author rottenha
date Thu, 08 Sep 2011 06:36:31 -0700
parents aa67216400d3 2fecca53a2c6
children e6b1331a51d2
comparison
equal deleted inserted replaced
3910:d968f546734e 3912:5596e125fe4f
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.