--- old/src/cpu/s390/vm/compiledIC_s390.cpp 2016-11-03 04:05:37.756008312 -0700 +++ new/src/cpu/s390/vm/compiledIC_s390.cpp 2016-11-03 04:05:37.673004629 -0700 @@ -90,7 +90,7 @@ return 5; // 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");