hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp
changeset 33593 60764a78fa5c
parent 33198 b37ad9fbf681
child 34185 ee71c590a456
--- a/hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp	Wed Oct 21 13:46:25 2015 +0000
+++ b/hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp	Fri Oct 23 16:48:38 2015 -0400
@@ -1694,7 +1694,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
@@ -1804,7 +1804,7 @@
 //    return to caller
 //
 nmethod* SharedRuntime::generate_native_wrapper(MacroAssembler* masm,
-                                                methodHandle method,
+                                                const methodHandle& method,
                                                 int compile_id,
                                                 BasicType* in_sig_bt,
                                                 VMRegPair* in_regs,