mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8318109: Writing JFR records while a CHT has taken its lock asserts in rank checking
Reviewed-by: mbaesken, sgehwolf
Backport-of: 9f767aa44b
This commit is contained in:
committed by
Vitaly Provodin
parent
2b9241767d
commit
5108814114
@@ -302,7 +302,7 @@ void mutex_init() {
|
||||
#if INCLUDE_JFR
|
||||
MUTEX_DEFN(JfrBuffer_lock , PaddedMutex , event);
|
||||
MUTEX_DEFN(JfrMsg_lock , PaddedMonitor, event);
|
||||
MUTEX_DEFN(JfrStacktrace_lock , PaddedMutex , stackwatermark-1);
|
||||
MUTEX_DEFN(JfrStacktrace_lock , PaddedMutex , event);
|
||||
MUTEX_DEFN(JfrThreadSampler_lock , PaddedMonitor, nosafepoint);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user