src/hotspot/share/prims/jvmtiRedefineClasses.cpp
changeset 55635 0fb70c9118ce
parent 54786 ebf733a324d4
child 57566 ad84ae073248
--- a/src/hotspot/share/prims/jvmtiRedefineClasses.cpp	Wed Jul 10 05:12:23 2019 +0100
+++ b/src/hotspot/share/prims/jvmtiRedefineClasses.cpp	Wed Jul 10 07:58:24 2019 -0400
@@ -232,9 +232,6 @@
     ResolvedMethodTable::adjust_method_entries(&trace_name_printed);
   }
 
-  // Disable any dependent concurrent compilations
-  SystemDictionary::notice_modification();
-
   // Set flag indicating that some invariants are no longer true.
   // See jvmtiExport.hpp for detailed explanation.
   JvmtiExport::set_has_redefined_a_class();