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

*** 161,171 **** --- 161,171 ---- // Used for optimization in Compile::Shorten_branches. int CompiledStaticCall::reloc_to_interp_stub() { return 5; } ! void CompiledDirectStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { address stub = find_stub(/*is_aot*/ false); guarantee(stub != NULL, "stub not found"); if (TraceICs) { ResourceMark rm;

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