hotspot/src/share/vm/runtime/reflection.cpp
changeset 38719 133bf85c3f36
parent 38151 fffedc5e5cf8
child 40385 a7011a835634
--- a/hotspot/src/share/vm/runtime/reflection.cpp	Thu May 26 20:43:13 2016 -0400
+++ b/hotspot/src/share/vm/runtime/reflection.cpp	Fri May 27 10:52:39 2016 -0400
@@ -998,7 +998,7 @@
   Symbol*  signature  = method->signature();
   Symbol*  name       = method->name();
   LinkResolver::resolve_interface_call(info, receiver, recv_klass,
-                                       LinkInfo(klass, name, signature, KlassHandle(), false),
+                                       LinkInfo(klass, name, signature),
                                        true,
                                        CHECK_(methodHandle()));
   return info.selected_method();