< prev index next >

src/hotspot/cpu/arm/frame_arm.hpp

Print this page

        

@@ -133,6 +133,8 @@
 #endif // AARCH64
 
   // helper to update a map with callee-saved FP
   static void update_map_with_saved_link(RegisterMap* map, intptr_t** link_addr);
 
+  static jint interpreter_frame_expression_stack_direction() { return -1; }
+
 #endif // CPU_ARM_VM_FRAME_ARM_HPP
< prev index next >