--- old/hotspot/src/share/vm/runtime/vframe.hpp 2016-05-03 11:32:15.329901202 -0700 +++ new/hotspot/src/share/vm/runtime/vframe.hpp 2016-05-03 11:32:15.237901203 -0700 @@ -317,14 +317,6 @@ intptr_t* frame_id() const { return _frame.id(); } address frame_pc() const { return _frame.pc(); } - javaVFrame* java_frame() { - vframe* vf = vframe::new_vframe(&_frame, &_reg_map, _thread); - if (vf->is_java_frame()) { - return (javaVFrame*)vf; - } - return NULL; - } - CodeBlob* cb() const { return _frame.cb(); } CompiledMethod* nm() const { assert( cb() != NULL && cb()->is_compiled(), "usage");