src/hotspot/share/runtime/vframeArray.hpp
changeset 49480 d7df2dd501ce
parent 49392 2956d0ece7a9
child 53244 9807daeb47c4
--- a/src/hotspot/share/runtime/vframeArray.hpp	Wed Mar 21 17:09:34 2018 -0400
+++ b/src/hotspot/share/runtime/vframeArray.hpp	Wed Mar 21 19:45:24 2018 -0400
@@ -28,7 +28,7 @@
 #include "memory/allocation.hpp"
 #include "oops/arrayOop.hpp"
 #include "runtime/deoptimization.hpp"
-#include "runtime/frame.inline.hpp"
+#include "runtime/frame.hpp"
 #include "runtime/monitorChunk.hpp"
 #include "utilities/growableArray.hpp"
 
@@ -189,7 +189,7 @@
   // Accessors for sp
   intptr_t* sp() const                       { return _original.sp(); }
 
-  intptr_t* unextended_sp() const            { return _original.unextended_sp(); }
+  intptr_t* unextended_sp() const;
 
   address original_pc() const                { return _original.pc(); }