src/share/vm/runtime/mutexLocker.cpp

changeset 7689
cff166f839f6
parent 7653
b6a1bf5222c5
child 7994
04ff2f6cd0eb
child 9745
0e3d6188f198
child 9858
b985cbb00e68
equal deleted inserted replaced
7688:a4ad5d51d29c 7689:cff166f839f6
280 def(CompileThread_lock , Monitor, nonleaf+5, false ); 280 def(CompileThread_lock , Monitor, nonleaf+5, false );
281 def(PeriodicTask_lock , Monitor, nonleaf+5, true); 281 def(PeriodicTask_lock , Monitor, nonleaf+5, true);
282 282
283 #ifdef INCLUDE_TRACE 283 #ifdef INCLUDE_TRACE
284 def(JfrMsg_lock , Monitor, leaf, true); 284 def(JfrMsg_lock , Monitor, leaf, true);
285 def(JfrBuffer_lock , Mutex, nonleaf+1, true); 285 def(JfrBuffer_lock , Mutex, leaf, true);
286 def(JfrThreadGroups_lock , Mutex, nonleaf+1, true); 286 def(JfrThreadGroups_lock , Mutex, leaf, true);
287 def(JfrStream_lock , Mutex, nonleaf+2, true); 287 def(JfrStream_lock , Mutex, nonleaf, true);
288 def(JfrStacktrace_lock , Mutex, special, true ); 288 def(JfrStacktrace_lock , Mutex, special, true);
289 #endif 289 #endif
290 290
291 #ifndef SUPPORTS_NATIVE_CX8 291 #ifndef SUPPORTS_NATIVE_CX8
292 def(UnsafeJlong_lock , Mutex, special, false); 292 def(UnsafeJlong_lock , Mutex, special, false);
293 #endif 293 #endif

mercurial