src/share/vm/interpreter/linkResolver.hpp

changeset 5848
ac9cb1d5a202
parent 5732
b2e698d2276c
child 5897
2f8728d92483
     1.1 --- a/src/share/vm/interpreter/linkResolver.hpp	Sun Oct 06 16:13:50 2013 +0200
     1.2 +++ b/src/share/vm/interpreter/linkResolver.hpp	Mon Oct 07 12:20:28 2013 -0400
     1.3 @@ -130,8 +130,7 @@
     1.4    static void lookup_polymorphic_method         (methodHandle& result, KlassHandle klass, Symbol* name, Symbol* signature,
     1.5                                                   KlassHandle current_klass, Handle *appendix_result_or_null, Handle *method_type_result, TRAPS);
     1.6  
     1.7 -  static int vtable_index_of_miranda_method(KlassHandle klass, Symbol* name, Symbol* signature, TRAPS);
     1.8 -
     1.9 +  static int vtable_index_of_interface_method(KlassHandle klass, methodHandle resolved_method, TRAPS);
    1.10    static void resolve_klass           (KlassHandle& result, constantPoolHandle  pool, int index, TRAPS);
    1.11  
    1.12    static void resolve_pool  (KlassHandle& resolved_klass, Symbol*& method_name, Symbol*& method_signature, KlassHandle& current_klass, constantPoolHandle pool, int index, TRAPS);

mercurial