--- old/src/hotspot/share/runtime/frame.hpp 2018-10-16 15:50:15.000000000 -0400 +++ new/src/hotspot/share/runtime/frame.hpp 2018-10-16 15:50:14.000000000 -0400 @@ -324,10 +324,6 @@ ConstantPoolCache** interpreter_frame_cache_addr() const; oop* interpreter_frame_mirror_addr() const; - intptr_t* interpreter_frame_vt_alloc_ptr() const; - intptr_t** interpreter_frame_vt_alloc_ptr_addr() const; - void interpreter_frame_set_vt_alloc_ptr(intptr_t* ptr); - void interpreter_frame_set_mirror(oop mirror); public: