hotspot/src/share/vm/services/threadService.cpp
changeset 11420 22ec1bad0dce
parent 10739 91935236600e
child 13195 be27e1b6a4b9
equal deleted inserted replaced
11419:af92c7669f5a 11420:22ec1bad0dce
   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