diff -r a6ab7217b5cc -r cd33628db166 hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp --- a/hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp Tue Jun 16 11:58:25 2015 +0200 +++ b/hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp Tue Jun 16 15:59:57 2015 +0200 @@ -4089,9 +4089,6 @@ mnt->adjust_method_entries(the_class(), &trace_name_printed); } - // Fix Resolution Error table also to remove old constant pools - SystemDictionary::delete_resolution_error(old_constants); - if (the_class->oop_map_cache() != NULL) { // Flush references to any obsolete methods from the oop map cache // so that obsolete methods are not pinned.