< prev index next >

src/share/vm/runtime/frame.hpp

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

*** 28,42 **** #include "oops/method.hpp" #include "runtime/basicLock.hpp" #include "runtime/monitorChunk.hpp" #include "runtime/registerMap.hpp" #include "utilities/top.hpp" - #ifdef ZERO #ifdef TARGET_ARCH_zero # include "stack_zero.hpp" #endif - #endif typedef class BytecodeInterpreter* interpreterState; class CodeBlob; class FrameValues; --- 28,40 ----
< prev index next >