< prev index next >

src/share/vm/interpreter/interpreter.hpp

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

*** 27,41 **** #include "code/stubs.hpp" #include "interpreter/cppInterpreter.hpp" #include "interpreter/templateInterpreter.hpp" #include "memory/resourceArea.hpp" - #ifdef ZERO #ifdef TARGET_ARCH_zero # include "entry_zero.hpp" #endif - #endif // This file contains the platform-independent parts // of the interpreter and the interpreter generator. class InterpreterMacroAssembler; --- 27,39 ----
< prev index next >