--- old/src/hotspot/share/runtime/vframe.cpp 2018-03-20 18:41:05.961404913 -0400 +++ new/src/hotspot/share/runtime/vframe.cpp 2018-03-20 18:41:05.192333548 -0400 @@ -36,13 +36,14 @@ #include "memory/resourceArea.hpp" #include "oops/instanceKlass.hpp" #include "oops/oop.inline.hpp" +#include "runtime/frame.inline.hpp" #include "runtime/handles.inline.hpp" #include "runtime/objectMonitor.hpp" #include "runtime/objectMonitor.inline.hpp" #include "runtime/signature.hpp" #include "runtime/stubRoutines.hpp" #include "runtime/synchronizer.hpp" -#include "runtime/vframe.hpp" +#include "runtime/vframe.inline.hpp" #include "runtime/vframeArray.hpp" #include "runtime/vframe_hp.hpp"