src/share/vm/interpreter/linkResolver.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/interpreter/linkResolver.hpp

src/share/vm/interpreter/linkResolver.hpp

Print this page

        

*** 190,200 **** const char* method_type, TRAPS); static void check_field_loader_constraints(Symbol* field, Symbol* sig, KlassHandle current_klass, KlassHandle sel_klass, TRAPS); ! static methodHandle resolve_interface_method(const LinkInfo& link_info, bool nostatics, TRAPS); static methodHandle resolve_method (const LinkInfo& link_info, bool require_methodref, TRAPS); static methodHandle linktime_resolve_static_method (const LinkInfo& link_info, TRAPS); static methodHandle linktime_resolve_special_method (const LinkInfo& link_info, TRAPS); static methodHandle linktime_resolve_virtual_method (const LinkInfo& link_info, TRAPS); --- 190,200 ---- const char* method_type, TRAPS); static void check_field_loader_constraints(Symbol* field, Symbol* sig, KlassHandle current_klass, KlassHandle sel_klass, 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); static methodHandle linktime_resolve_special_method (const LinkInfo& link_info, TRAPS); static methodHandle linktime_resolve_virtual_method (const LinkInfo& link_info, TRAPS);
src/share/vm/interpreter/linkResolver.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File