mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8256641: CDS VM operations do not lock the heap
Reviewed-by: kbarrett, iklam
This commit is contained in:
parent
58dca9253d
commit
bacf22b907
10 changed files with 85 additions and 35 deletions
|
@ -156,11 +156,6 @@ void VM_ZombieAll::doit() {
|
|||
|
||||
#endif // !PRODUCT
|
||||
|
||||
void VM_Verify::doit() {
|
||||
Universe::heap()->prepare_for_verify();
|
||||
Universe::verify();
|
||||
}
|
||||
|
||||
bool VM_PrintThreads::doit_prologue() {
|
||||
// Get Heap_lock if concurrent locks will be dumped
|
||||
if (_print_concurrent_locks) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue