hotspot/src/share/vm/interpreter/linkResolver.hpp
changeset 4564 55dfb20908d0
parent 2570 ecc7862946d4
child 5421 e294db54fc0d
--- a/hotspot/src/share/vm/interpreter/linkResolver.hpp	Mon Jan 04 07:04:46 2010 -0800
+++ b/hotspot/src/share/vm/interpreter/linkResolver.hpp	Mon Jan 04 18:38:08 2010 +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