src/hotspot/share/runtime/thread.cpp
changeset 49800 69d7398038c5
parent 49756 129d60b5dac7
child 49839 dd5db907ab7e
equal deleted inserted replaced
49799:33dcb9c42f55 49800:69d7398038c5
   244   // This initial value ==> never claimed.
   244   // This initial value ==> never claimed.
   245   _oops_do_parity = 0;
   245   _oops_do_parity = 0;
   246   _threads_hazard_ptr = NULL;
   246   _threads_hazard_ptr = NULL;
   247   _nested_threads_hazard_ptr = NULL;
   247   _nested_threads_hazard_ptr = NULL;
   248   _nested_threads_hazard_ptr_cnt = 0;
   248   _nested_threads_hazard_ptr_cnt = 0;
       
   249   _rcu_counter = 0;
   249 
   250 
   250   // the handle mark links itself to last_handle_mark
   251   // the handle mark links itself to last_handle_mark
   251   new HandleMark(this);
   252   new HandleMark(this);
   252 
   253 
   253   // plain initialization
   254   // plain initialization