--- old/src/hotspot/cpu/aarch64/frame_aarch64.hpp 2018-03-20 18:38:50.354820554 -0400 +++ new/src/hotspot/cpu/aarch64/frame_aarch64.hpp 2018-03-20 18:38:49.726762265 -0400 @@ -158,4 +158,6 @@ // deoptimization support void interpreter_frame_set_last_sp(intptr_t* sp); + static jint interpreter_frame_expression_stack_direction() { return -1; } + #endif // CPU_AARCH64_VM_FRAME_AARCH64_HPP