< prev index next >

src/hotspot/cpu/aarch64/compiledIC_aot_aarch64.cpp

Print this page
rev 54790 : 8223645: AArch64 build broken by fix for 8223136
Reviewed-by: stefank

*** 23,32 **** --- 23,33 ---- */ #include "aot/compiledIC_aot.hpp" #include "code/codeCache.hpp" #include "memory/resourceArea.hpp" + #include "memory/universe.hpp" void CompiledDirectStaticCall::set_to_far(const methodHandle& callee, address entry) { if (TraceICs) { ResourceMark rm; tty->print_cr("CompiledDirectStaticCall@" INTPTR_FORMAT ": set_to_far %s",
< prev index next >