comparison src/share/vm/runtime/thread.cpp @ 17876:9c3dc501b5eb

8028498: runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java asserts in RT_Baseline Summary: Preventing GCs to occur before VM is completely initialized. This was previously partly done by one part of the GC locker which not was removed. Reviewed-by: coleenp, pliden
author sjohanss
date Thu, 13 Feb 2014 10:05:03 +0100
parents 8847586c9037
children 78bbf4d43a14
comparison
equal deleted inserted replaced
17875:cb1b723cbca8 17876:9c3dc501b5eb
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;