hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
changeset 33593 60764a78fa5c
parent 33230 23bb11a5cf4e
child 33638 ef49ed90010b
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Wed Oct 21 13:46:25 2015 +0000
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Fri Oct 23 16:48:38 2015 -0400
@@ -1192,7 +1192,7 @@
   return handler;
 }
 
-void SignatureHandlerLibrary::add(methodHandle method) {
+void SignatureHandlerLibrary::add(const methodHandle& method) {
   if (method->signature_handler() == NULL) {
     // use slow signature handler if we can't do better
     int handler_index = -1;