--- old/src/share/vm/prims/jvmtiRedefineClasses.cpp 2014-11-07 14:34:14.033679185 -0500 +++ new/src/share/vm/prims/jvmtiRedefineClasses.cpp 2014-11-07 14:34:13.945676057 -0500 @@ -4069,13 +4069,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