hotspot/src/share/vm/services/threadService.cpp
changeset 3575 224791e7ecab
parent 950 6112b627bb36
child 3795 6227ff014cfe
equal deleted inserted replaced
3001:9b4390b8c6f7 3575:224791e7ecab
   686 
   686 
   687 ThreadStatistics::ThreadStatistics() {
   687 ThreadStatistics::ThreadStatistics() {
   688   _contended_enter_count = 0;
   688   _contended_enter_count = 0;
   689   _monitor_wait_count = 0;
   689   _monitor_wait_count = 0;
   690   _sleep_count = 0;
   690   _sleep_count = 0;
   691   _class_init_recursion_count = 0;
       
   692   _class_verify_recursion_count = 0;
       
   693   _count_pending_reset = false;
   691   _count_pending_reset = false;
   694   _timer_pending_reset = false;
   692   _timer_pending_reset = false;
       
   693   memset((void*) _perf_recursion_counts, 0, sizeof(_perf_recursion_counts));
   695 }
   694 }
   696 
   695 
   697 ThreadSnapshot::ThreadSnapshot(JavaThread* thread) {
   696 ThreadSnapshot::ThreadSnapshot(JavaThread* thread) {
   698   _thread = thread;
   697   _thread = thread;
   699   _threadObj = thread->threadObj();
   698   _threadObj = thread->threadObj();