< prev index next >

src/share/vm/interpreter/cppInterpreterGenerator.hpp

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

*** 27,36 **** --- 27,40 ---- // This file contains the platform-independent parts // of the template interpreter generator. #ifdef CC_INTERP + #ifdef TARGET_ARCH_zero + # include "entry_zero.hpp" + # include "interpreter/interp_masm.hpp" + #endif class CppInterpreterGenerator: public AbstractInterpreterGenerator { protected: // shared code sequences // Converter for native abi result to tosca result
< prev index next >