hotspot/src/share/vm/prims/jvmtiRedefineClasses.cpp
changeset 31353 cd33628db166
parent 31338 84aec4406e60
child 32401 cc58aeaec340
--- 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.