--- old/src/share/vm/interpreter/linkResolver.hpp 2009-12-02 16:26:59.336426288 +0100 +++ new/src/share/vm/interpreter/linkResolver.hpp 2009-12-02 16:26:59.169383106 +0100 @@ -133,6 +133,7 @@ // 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