8044531: Event based tracing locks to rank as leafs where possible
Reviewed-by: dcubed, dholmes
This commit is contained in:
parent
f2d6fb6a38
commit
489a26ec8e
@ -280,9 +280,9 @@ void mutex_init() {
|
||||
|
||||
#ifdef INCLUDE_TRACE
|
||||
def(JfrMsg_lock , Monitor, leaf, true);
|
||||
def(JfrBuffer_lock , Mutex, nonleaf+1, true);
|
||||
def(JfrThreadGroups_lock , Mutex, nonleaf+1, true);
|
||||
def(JfrStream_lock , Mutex, nonleaf+2, true);
|
||||
def(JfrBuffer_lock , Mutex, leaf, true);
|
||||
def(JfrThreadGroups_lock , Mutex, leaf, true);
|
||||
def(JfrStream_lock , Mutex, nonleaf, true);
|
||||
def(JfrStacktrace_lock , Mutex, special, true);
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user