--- old/src/cpu/x86/vm/sharedRuntime_x86_32.cpp 2017-07-27 08:48:14.784495984 -0400 +++ new/src/cpu/x86/vm/sharedRuntime_x86_32.cpp 2017-07-27 08:48:14.510973680 -0400 @@ -1407,7 +1407,7 @@ } static void verify_oop_args(MacroAssembler* masm, - methodHandle method, + const methodHandle& method, const BasicType* sig_bt, const VMRegPair* regs) { Register temp_reg = rbx; // not part of any compiled calling seq @@ -1429,7 +1429,7 @@ } static void gen_special_dispatch(MacroAssembler* masm, - methodHandle method, + const methodHandle& method, const BasicType* sig_bt, const VMRegPair* regs) { verify_oop_args(masm, method, sig_bt, regs);