--- old/src/share/vm/prims/jvmtiRedefineClasses.cpp 2014-10-17 13:54:44.289439346 -0400 +++ new/src/share/vm/prims/jvmtiRedefineClasses.cpp 2014-10-17 13:54:44.169435102 -0400 @@ -3481,13 +3481,9 @@ ClassLoaderDataGraph::classes_do(&adjust_cpool_cache_and_vtable); // JSR-292 support - MemberNameTable* mnt = the_class->member_names(); - if (mnt != NULL) { + { bool trace_name_printed = false; - mnt->adjust_method_entries(_matching_old_methods, - _matching_new_methods, - _matching_methods_length, - &trace_name_printed); + the_class->adjust_member_name_table(_matching_old_methods, _matching_new_methods, _matching_methods_length, &trace_name_printed); } // Fix Resolution Error table also to remove old constant pools