< prev index next >

src/share/vm/interpreter/interpreterGenerator.hpp

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

*** 25,34 **** --- 25,35 ---- #ifndef SHARE_VM_INTERPRETER_INTERPRETERGENERATOR_HPP #define SHARE_VM_INTERPRETER_INTERPRETERGENERATOR_HPP #include "interpreter/cppInterpreter.hpp" #include "interpreter/cppInterpreterGenerator.hpp" + #include "interpreter/interp_masm.hpp" #include "interpreter/templateInterpreter.hpp" #include "interpreter/templateInterpreterGenerator.hpp" // This file contains the platform-independent parts // of the interpreter generator.
< prev index next >