hotspot/src/share/vm/runtime/thread.cpp
changeset 12108 b2ee55606008
parent 11776 519643dbbefb
child 12373 09835f62dc29
equal deleted inserted replaced
12107:0d67c9f2abf2 12108:b2ee55606008
   245   omFreeCount = 0 ;
   245   omFreeCount = 0 ;
   246   omFreeProvision = 32 ;
   246   omFreeProvision = 32 ;
   247   omInUseList = NULL ;
   247   omInUseList = NULL ;
   248   omInUseCount = 0 ;
   248   omInUseCount = 0 ;
   249 
   249 
       
   250 #ifdef ASSERT
       
   251   _visited_for_critical_count = false;
       
   252 #endif
       
   253 
   250   _SR_lock = new Monitor(Mutex::suspend_resume, "SR_lock", true);
   254   _SR_lock = new Monitor(Mutex::suspend_resume, "SR_lock", true);
   251   _suspend_flags = 0;
   255   _suspend_flags = 0;
   252 
   256 
   253   // thread-specific hashCode stream generator state - Marsaglia shift-xor form
   257   // thread-specific hashCode stream generator state - Marsaglia shift-xor form
   254   _hashStateX = os::random() ;
   258   _hashStateX = os::random() ;