mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8030662: "assert(counter_changed) failed: failed dependencies, but counter didn't change" still fails
Erroneously removed call to SystemDictionary::notice_modification() from jvmti with fix for 8029383 Reviewed-by: iveresov, twisti, kvn
This commit is contained in:
parent
927369db43
commit
bff5f5c875
1 changed files with 3 additions and 0 deletions
|
@ -147,6 +147,9 @@ void VM_RedefineClasses::doit() {
|
|||
_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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue