--- old/src/hotspot/cpu/x86/frame_x86.hpp 2018-10-17 09:20:00.000000000 -0400 +++ new/src/hotspot/cpu/x86/frame_x86.hpp 2018-10-17 09:19:59.000000000 -0400 @@ -73,8 +73,7 @@ interpreter_frame_mirror_offset = interpreter_frame_method_offset - 1, interpreter_frame_mdp_offset = interpreter_frame_mirror_offset - 1, interpreter_frame_cache_offset = interpreter_frame_mdp_offset - 1, - interpreter_frame_vt_alloc_ptr_offset = interpreter_frame_cache_offset - 1, - interpreter_frame_locals_offset = interpreter_frame_vt_alloc_ptr_offset - 1, + interpreter_frame_locals_offset = interpreter_frame_cache_offset - 1, interpreter_frame_bcp_offset = interpreter_frame_locals_offset - 1, interpreter_frame_initial_sp_offset = interpreter_frame_bcp_offset - 1,