mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8044531: Event based tracing locks to rank as leafs where possible
Reviewed-by: dcubed, dholmes
This commit is contained in:
parent
f2d6fb6a38
commit
489a26ec8e
1 changed files with 4 additions and 4 deletions
|
@ -280,10 +280,10 @@ 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(JfrStacktrace_lock , Mutex, special, 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…
Add table
Add a link
Reference in a new issue