--- old/src/hotspot/cpu/arm/frame_arm.hpp 2018-03-20 18:38:57.445478618 -0400 +++ new/src/hotspot/cpu/arm/frame_arm.hpp 2018-03-20 18:38:56.755414575 -0400 @@ -135,4 +135,6 @@ // 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