< prev index next >

src/hotspot/cpu/zero/stack_zero.cpp

Print this page

        

@@ -22,14 +22,16 @@
  * questions.
  *
  */
 
 #include "precompiled.hpp"
+#include "interpreter/bytecodeInterpreter.hpp"
 #include "interpreter/interpreterRuntime.hpp"
 #include "runtime/thread.hpp"
 #include "stack_zero.hpp"
 #include "stack_zero.inline.hpp"
+#include "runtime/frame.inline.hpp"
 #include "utilities/align.hpp"
 
 // Inlined causes circular inclusion with thread.hpp
 ZeroStack::ZeroStack()
     : _base(NULL), _top(NULL), _sp(NULL) {
< prev index next >