--- old/src/hotspot/cpu/s390/frame_s390.hpp 2018-03-20 18:39:12.327859794 -0400 +++ new/src/hotspot/cpu/s390/frame_s390.hpp 2018-03-20 18:39:11.567789256 -0400 @@ -549,4 +549,6 @@ pc_return_offset = 0, }; + static jint interpreter_frame_expression_stack_direction() { return -1; } + #endif // CPU_S390_VM_FRAME_S390_HPP