--- old/src/cpu/aarch64/vm/compiledIC_aarch64.cpp 2016-11-03 04:05:36.783965177 -0700 +++ new/src/cpu/aarch64/vm/compiledIC_aarch64.cpp 2016-11-03 04:05:36.700961493 -0700 @@ -76,7 +76,7 @@ return 4; // 3 in emit_to_interp_stub + 1 in emit_call } -void CompiledDirectStaticCall::set_to_interpreted(methodHandle callee, address entry) { +void CompiledDirectStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { address stub = find_stub(false /* is_aot */); guarantee(stub != NULL, "stub not found");