--- old/src/cpu/ppc/vm/compiledIC_ppc.cpp 2016-11-03 04:05:37.270986789 -0700 +++ new/src/cpu/ppc/vm/compiledIC_ppc.cpp 2016-11-03 04:05:37.186983061 -0700 @@ -163,7 +163,7 @@ return 5; } -void CompiledDirectStaticCall::set_to_interpreted(methodHandle callee, address entry) { +void CompiledDirectStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { address stub = find_stub(/*is_aot*/ false); guarantee(stub != NULL, "stub not found");