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,10 +280,10 @@ void mutex_init() {
|
|||||||
|
|
||||||
#ifdef INCLUDE_TRACE
|
#ifdef INCLUDE_TRACE
|
||||||
def(JfrMsg_lock , Monitor, leaf, true);
|
def(JfrMsg_lock , Monitor, leaf, true);
|
||||||
def(JfrBuffer_lock , Mutex, nonleaf+1, true);
|
def(JfrBuffer_lock , Mutex, leaf, true);
|
||||||
def(JfrThreadGroups_lock , Mutex, nonleaf+1, true);
|
def(JfrThreadGroups_lock , Mutex, leaf, true);
|
||||||
def(JfrStream_lock , Mutex, nonleaf+2, true);
|
def(JfrStream_lock , Mutex, nonleaf, true);
|
||||||
def(JfrStacktrace_lock , Mutex, special, true );
|
def(JfrStacktrace_lock , Mutex, special, true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user