comparison src/share/vm/runtime/thread.cpp @ 5928:541c4a5e7b88

7150390: JFR test crashed on assert(_jni_lock_count == count) failed: must be equal Reviewed-by: dholmes, minqi, kvn, coleenp
author never
date Tue, 06 Mar 2012 16:32:23 -0800
parents f1cb6f9cfe21
children df4cd4aac5c1
comparison
equal deleted inserted replaced
5927:b40ac3579043 5928:541c4a5e7b88
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() ;