< prev index next >

src/cpu/x86/vm/interpreterRT_x86_64.cpp

Print this page

        

@@ -367,11 +367,11 @@
       *_to++ = from_obj;
     }
   }
 
  public:
-  SlowSignatureHandler(methodHandle method, address from, intptr_t* to)
+  SlowSignatureHandler(const methodHandle& method, address from, intptr_t* to)
     : NativeSignatureIterator(method)
   {
     _from = from;
     _to   = to;
 

@@ -459,11 +459,11 @@
       *_to++ = from_obj;
     }
   }
 
  public:
-  SlowSignatureHandler(methodHandle method, address from, intptr_t* to)
+  SlowSignatureHandler(const methodHandle& method, address from, intptr_t* to)
     : NativeSignatureIterator(method)
   {
     _from = from;
     _to   = to;
 
< prev index next >