--- 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
};