src/share/vm/runtime/reflection.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/reflection.cpp	Thu Jun  2 10:38:21 2016
--- new/src/share/vm/runtime/reflection.cpp	Thu Jun  2 10:38:21 2016

*** 996,1006 **** --- 996,1006 ---- CallInfo info; Symbol* signature = method->signature(); Symbol* name = method->name(); LinkResolver::resolve_interface_call(info, receiver, recv_klass, ! LinkInfo(klass, name, signature, KlassHandle(), NULL, false), true, CHECK_(methodHandle())); return info.selected_method(); }

src/share/vm/runtime/reflection.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File