7125594: C-heap growth issue in ThreadService::find_deadlocks_at_safepoint

Reviewed-by: sspitsyn, dcubed, mchung, dholmes
This commit is contained in:
Frederic Parain 2012-01-05 07:26:44 -08:00
parent 743a35d2dc
commit 1de4ad84a2

View file

@ -377,7 +377,7 @@ DeadlockCycle* ThreadService::find_deadlocks_at_safepoint(bool concurrent_locks)
} }
} }
delete cycle;
return deadlocks; return deadlocks;
} }