mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
7125594: C-heap growth issue in ThreadService::find_deadlocks_at_safepoint
Reviewed-by: sspitsyn, dcubed, mchung, dholmes
This commit is contained in:
parent
743a35d2dc
commit
1de4ad84a2
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ DeadlockCycle* ThreadService::find_deadlocks_at_safepoint(bool concurrent_locks)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
delete cycle;
|
||||||
return deadlocks;
|
return deadlocks;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue