--- old/src/cpu/zero/vm/compiledIC_zero.cpp 2016-11-03 04:05:39.713095161 -0700 +++ new/src/cpu/zero/vm/compiledIC_zero.cpp 2016-11-03 04:05:39.629091433 -0700 @@ -60,7 +60,7 @@ return 0; } -void CompiledDirectStaticCall::set_to_interpreted(methodHandle callee, address entry) { +void CompiledDirectStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { ShouldNotReachHere(); // Only needed for COMPILER2. }