< prev index next >

src/cpu/zero/vm/nativeInst_zero.cpp

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

*** 23,32 **** --- 23,34 ---- * */ #include "precompiled.hpp" #include "assembler_zero.inline.hpp" + #include "entry_zero.hpp" + #include "interpreter/cppInterpreter.hpp" #include "memory/resourceArea.hpp" #include "nativeInst_zero.hpp" #include "oops/oop.inline.hpp" #include "runtime/handles.hpp" #include "runtime/sharedRuntime.hpp"
< prev index next >