< prev index next >

src/share/vm/runtime/frame.inline.hpp

Print this page
rev 13185 : 8183299: Improve inlining of CompiledMethod methods into frame::sender
Reviewed-by: duke

@@ -23,10 +23,11 @@
  */
 
 #ifndef SHARE_VM_RUNTIME_FRAME_INLINE_HPP
 #define SHARE_VM_RUNTIME_FRAME_INLINE_HPP
 
+#include "code/compiledMethod.inline.hpp"
 #include "interpreter/bytecodeInterpreter.hpp"
 #include "interpreter/bytecodeInterpreter.inline.hpp"
 #include "interpreter/interpreter.hpp"
 #include "oops/method.hpp"
 #include "runtime/frame.hpp"
< prev index next >