--- old/src/hotspot/share/runtime/vframeArray.cpp 2018-03-20 18:41:07.568554046 -0400 +++ new/src/hotspot/share/runtime/vframeArray.cpp 2018-03-20 18:41:06.951496787 -0400 @@ -33,6 +33,7 @@ #include "oops/methodData.hpp" #include "oops/oop.inline.hpp" #include "prims/jvmtiThreadState.hpp" +#include "runtime/frame.inline.hpp" #include "runtime/handles.inline.hpp" #include "runtime/monitorChunk.hpp" #include "runtime/sharedRuntime.hpp" @@ -489,6 +490,9 @@ } +intptr_t* vframeArray::unextended_sp() const { + return _original.unextended_sp(); +} vframeArray* vframeArray::allocate(JavaThread* thread, int frame_size, GrowableArray* chunk, RegisterMap *reg_map, frame sender, frame caller, frame self,