comparison src/share/vm/runtime/thread.cpp @ 17891:b6a2ba7d3ea7 hs25.20-b11

Merge
author amurillo
date Thu, 17 Apr 2014 16:09:07 -0700
parents 9c3dc501b5eb
children 78bbf4d43a14
comparison
equal deleted inserted replaced
17862:70dc2c030c69 17891:b6a2ba7d3ea7
237 // plain initialization 237 // plain initialization
238 debug_only(_owned_locks = NULL;) 238 debug_only(_owned_locks = NULL;)
239 debug_only(_allow_allocation_count = 0;) 239 debug_only(_allow_allocation_count = 0;)
240 NOT_PRODUCT(_allow_safepoint_count = 0;) 240 NOT_PRODUCT(_allow_safepoint_count = 0;)
241 NOT_PRODUCT(_skip_gcalot = false;) 241 NOT_PRODUCT(_skip_gcalot = false;)
242 CHECK_UNHANDLED_OOPS_ONLY(_gc_locked_out_count = 0;)
243 _jvmti_env_iteration_count = 0; 242 _jvmti_env_iteration_count = 0;
244 set_allocated_bytes(0); 243 set_allocated_bytes(0);
245 _vm_operation_started_count = 0; 244 _vm_operation_started_count = 0;
246 _vm_operation_completed_count = 0; 245 _vm_operation_completed_count = 0;
247 _current_pending_monitor = NULL; 246 _current_pending_monitor = NULL;