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

src/share/vm/interpreter/linkResolver.hpp

Print this page
rev 1024 : imported patch indy-cleanup-6893081.patch

*** 131,140 **** --- 131,141 ---- // constant pool resolving static void check_klass_accessability(KlassHandle ref_klass, KlassHandle sel_klass, TRAPS); // static resolving for all calls except interface calls static void resolve_method (methodHandle& method_result, KlassHandle& klass_result, constantPoolHandle pool, int index, TRAPS); + static void resolve_dynamic_method (methodHandle& resolved_method, KlassHandle& resolved_klass, constantPoolHandle pool, int index, TRAPS); static void resolve_interface_method(methodHandle& method_result, KlassHandle& klass_result, constantPoolHandle pool, int index, TRAPS); // runtime/static resolving for fields static void resolve_field(FieldAccessInfo& result, constantPoolHandle pool, int index, Bytecodes::Code byte, bool check_only, TRAPS); // takes an extra bool argument "update_pool" to decide whether to update the constantPool during klass resolution.
src/share/vm/interpreter/linkResolver.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File