--- old/src/cpu/sparc/vm/compiledIC_sparc.cpp 2016-11-03 04:05:38.248030146 -0700 +++ new/src/cpu/sparc/vm/compiledIC_sparc.cpp 2016-11-03 04:05:38.163026374 -0700 @@ -85,7 +85,7 @@ return 10; // 4 in emit_java_to_interp + 1 in Java_Static_Call } -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");