< prev index next >

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

Print this page
rev 8245 : 8078628: linux-zero does not build without precompiled header
Summary: add missing includes
Reviewed-by: dholmes, stefank

*** 29,46 **** #include "interpreter/bytecodeInterpreter.inline.hpp" #include "interpreter/interpreter.hpp" #include "oops/method.hpp" #include "runtime/frame.hpp" #include "runtime/signature.hpp" - #ifdef ZERO #ifdef TARGET_ARCH_zero # include "entryFrame_zero.hpp" # include "fakeStubFrame_zero.hpp" # include "interpreterFrame_zero.hpp" # include "sharkFrame_zero.hpp" #endif - #endif inline bool frame::is_entry_frame() const { return StubRoutines::returns_to_call_stub(pc()); } --- 29,44 ----
< prev index next >