--- old/src/share/vm/prims/methodHandles.hpp Thu Mar 26 17:37:46 2015 +++ new/src/share/vm/prims/methodHandles.hpp Thu Mar 26 17:37:46 2015 @@ -243,10 +243,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 };