hotspot/src/share/vm/interpreter/interpreterRuntime.hpp
changeset 10520 db9177a52cee
parent 10004 190e88f7edd1
child 10565 dc90c239f4ec
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.hpp	Fri Sep 02 21:33:57 2011 -0700
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.hpp	Wed Sep 07 14:15:07 2011 +0200
@@ -141,8 +141,8 @@
                                         methodOopDesc* method,
                                         intptr_t* from, intptr_t* to);
 
-#if defined(IA32) || defined(AMD64)
-  // Popframe support (only needed on x86 and AMD64)
+#if defined(IA32) || defined(AMD64) || defined(ARM)
+  // Popframe support (only needed on x86, AMD64 and ARM)
   static void popframe_move_outgoing_args(JavaThread* thread, void* src_address, void* dest_address);
 #endif