src/cpu/x86/vm/interp_masm_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/interp_masm_x86.cpp	Mon Mar  9 15:56:03 2015
--- new/src/cpu/x86/vm/interp_masm_x86.cpp	Mon Mar  9 15:56:02 2015

*** 23,34 **** --- 23,36 ---- */ #include "precompiled.hpp" #include "interp_masm_x86.hpp" #include "interpreter/interpreter.hpp" + #include "interpreter/interpreterRuntime.hpp" #include "oops/methodData.hpp" + #ifndef CC_INTERP void InterpreterMacroAssembler::profile_obj_type(Register obj, const Address& mdo_addr) { Label update, next, none; verify_oop(obj);

src/cpu/x86/vm/interp_masm_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File