src/cpu/x86/vm/compiledIC_aot_x86_64.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/compiledIC_aot_x86_64.cpp	Thu Nov  3 04:05:38 2016
--- new/src/cpu/x86/vm/compiledIC_aot_x86_64.cpp	Thu Nov  3 04:05:38 2016

*** 20,33 **** --- 20,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ #include "aot/compiledIC_aot.hpp" #include "memory/resourceArea.hpp" #include "code/codeCache.hpp" + #include "memory/resourceArea.hpp" ! void CompiledDirectStaticCall::set_to_far(const methodHandle& callee, address entry) { address stub = find_stub(true /* is_far */); guarantee(stub != NULL, "stub not found"); if (TraceICs) { ResourceMark rm;
*** 53,63 **** --- 53,63 ---- // Update jump to call. set_destination_mt_safe(stub); } ! void CompiledPltStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { address stub = find_stub(); guarantee(stub != NULL, "stub not found"); if (TraceICs) { ResourceMark rm; tty->print_cr("CompiledPltStaticCall@" INTPTR_FORMAT ": set_to_interpreted %s",

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