diff src/share/vm/prims/jvmtiRedefineClasses.cpp @ 17524:89152779163c

Merge with jdk8-b132
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 11:59:32 +0200
parents ee5727365ce5
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/prims/jvmtiRedefineClasses.cpp	Wed Oct 15 15:35:33 2014 +0200
+++ b/src/share/vm/prims/jvmtiRedefineClasses.cpp	Wed Oct 15 11:59:32 2014 +0200
@@ -147,9 +147,6 @@
     _scratch_classes[i] = NULL;
   }
 
-  // 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();