hotspot/src/share/vm/prims/methodHandles.hpp
changeset 30289 10b7b61d759a
parent 30224 c41bbf9a0e32
child 30310 522ea430079f
--- a/hotspot/src/share/vm/prims/methodHandles.hpp	Mon Apr 27 09:02:41 2015 -0700
+++ b/hotspot/src/share/vm/prims/methodHandles.hpp	Mon Apr 27 19:51:00 2015 -0700
@@ -238,10 +238,8 @@
 
 #if INCLUDE_JVMTI
   // RedefineClasses() API support:
-  // If a MemberName refers to old_method then update it
-  // to refer to new_method.
-  void adjust_method_entries(Method** old_methods, Method** new_methods,
-                             int methods_length, bool *trace_name_printed);
+  // If a MemberName refers to old_method then update it to refer to new_method.
+  void adjust_method_entries(InstanceKlass* holder, bool * trace_name_printed);
 #endif // INCLUDE_JVMTI
 };