hotspot/src/share/vm/runtime/thread.cpp
changeset 23540 06f7d6e1f654
parent 23193 32ed95bda2f0
child 23542 e860dc279345
equal deleted inserted replaced
23539:6382fd0ea303 23540:06f7d6e1f654
   209   // plain initialization
   209   // plain initialization
   210   debug_only(_owned_locks = NULL;)
   210   debug_only(_owned_locks = NULL;)
   211   debug_only(_allow_allocation_count = 0;)
   211   debug_only(_allow_allocation_count = 0;)
   212   NOT_PRODUCT(_allow_safepoint_count = 0;)
   212   NOT_PRODUCT(_allow_safepoint_count = 0;)
   213   NOT_PRODUCT(_skip_gcalot = false;)
   213   NOT_PRODUCT(_skip_gcalot = false;)
   214   CHECK_UNHANDLED_OOPS_ONLY(_gc_locked_out_count = 0;)
       
   215   _jvmti_env_iteration_count = 0;
   214   _jvmti_env_iteration_count = 0;
   216   set_allocated_bytes(0);
   215   set_allocated_bytes(0);
   217   _vm_operation_started_count = 0;
   216   _vm_operation_started_count = 0;
   218   _vm_operation_completed_count = 0;
   217   _vm_operation_completed_count = 0;
   219   _current_pending_monitor = NULL;
   218   _current_pending_monitor = NULL;