mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
Merge
This commit is contained in:
commit
ea25b80875
14 changed files with 192 additions and 182 deletions
|
@ -64,7 +64,7 @@ void VM_CMS_Operation::verify_before_gc() {
|
|||
FreelistLocker x(_collector);
|
||||
MutexLockerEx y(_collector->bitMapLock(), Mutex::_no_safepoint_check_flag);
|
||||
Universe::heap()->prepare_for_verify();
|
||||
Universe::verify(true);
|
||||
Universe::verify();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -74,7 +74,7 @@ void VM_CMS_Operation::verify_after_gc() {
|
|||
HandleMark hm;
|
||||
FreelistLocker x(_collector);
|
||||
MutexLockerEx y(_collector->bitMapLock(), Mutex::_no_safepoint_check_flag);
|
||||
Universe::verify(true);
|
||||
Universe::verify();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue