comparison src/share/vm/services/threadService.cpp @ 4752:8a63c6323842

7125594: C-heap growth issue in ThreadService::find_deadlocks_at_safepoint Reviewed-by: sspitsyn, dcubed, mchung, dholmes
author fparain
date Thu, 05 Jan 2012 07:26:44 -0800
parents 436b4a3231bf
children d2a62e0f25eb
comparison
equal deleted inserted replaced
4751:5b58979183f9 4752:8a63c6323842
375 waitingToLockBlocker = currentThread->current_park_blocker(); 375 waitingToLockBlocker = currentThread->current_park_blocker();
376 } 376 }
377 } 377 }
378 378
379 } 379 }
380 380 delete cycle;
381 return deadlocks; 381 return deadlocks;
382 } 382 }
383 383
384 ThreadDumpResult::ThreadDumpResult() : _num_threads(0), _num_snapshots(0), _snapshots(NULL), _next(NULL), _last(NULL) { 384 ThreadDumpResult::ThreadDumpResult() : _num_threads(0), _num_snapshots(0), _snapshots(NULL), _next(NULL), _last(NULL) {
385 385