hotspot/src/share/vm/interpreter/linkResolver.hpp
changeset 38034 f22f68545fd5
parent 36819 bca375d368ed
child 38051 d092550d625d
--- a/hotspot/src/share/vm/interpreter/linkResolver.hpp	Tue Apr 12 14:17:42 2016 -0400
+++ b/hotspot/src/share/vm/interpreter/linkResolver.hpp	Tue Apr 12 14:55:18 2016 -0700
@@ -192,7 +192,7 @@
                                              KlassHandle current_klass,
                                              KlassHandle sel_klass, TRAPS);
 
-  static methodHandle resolve_interface_method(const LinkInfo& link_info, bool nostatics, TRAPS);
+  static methodHandle resolve_interface_method(const LinkInfo& link_info, Bytecodes::Code code, TRAPS);
   static methodHandle resolve_method          (const LinkInfo& link_info, bool require_methodref, TRAPS);
 
   static methodHandle linktime_resolve_static_method    (const LinkInfo& link_info, TRAPS);