--- old/src/share/vm/runtime/vframeArray.cpp 2017-06-26 12:32:08.886386368 -0400 +++ new/src/share/vm/runtime/vframeArray.cpp 2017-06-26 12:32:08.338383650 -0400 @@ -295,6 +295,8 @@ is_top_frame, is_bottom_frame); + iframe()->interpreter_frame_set_vt_alloc_ptr((intptr_t*)thread->vt_alloc_ptr()); + // Update the pc in the frame object and overwrite the temporary pc // we placed in the skeletal frame now that we finally know the // exact interpreter address we should use.