hotspot/src/share/vm/compiler/methodMatcher.cpp
changeset 33593 60764a78fa5c
parent 33069 d8eed614f298
child 33626 3c94db05e903
--- a/hotspot/src/share/vm/compiler/methodMatcher.cpp	Wed Oct 21 13:46:25 2015 +0000
+++ b/hotspot/src/share/vm/compiler/methodMatcher.cpp	Fri Oct 23 16:48:38 2015 -0400
@@ -306,7 +306,7 @@
   }
 }
 
-bool MethodMatcher::matches(methodHandle method) const {
+bool MethodMatcher::matches(const methodHandle& method) const {
   Symbol* class_name  = method->method_holder()->name();
   Symbol* method_name = method->name();
   Symbol* signature = method->signature();