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

src/cpu/ppc/vm/compiledIC_ppc.cpp

Print this page
rev 29185 : Review changes

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