mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8360201: JFR: Initialize JfrThreadLocal::_sampling_critical_section
Reviewed-by: zgu Backport-of: 5c1f77fab1f56e470157d8680310417924abb298
This commit is contained in:
parent
0dc9e8447b
commit
b5b0b3a33a
@ -79,7 +79,8 @@ JfrThreadLocal::JfrThreadLocal() :
|
||||
_enqueued_requests(false),
|
||||
_vthread(false),
|
||||
_notified(false),
|
||||
_dead(false)
|
||||
_dead(false),
|
||||
_sampling_critical_section(false)
|
||||
#ifdef LINUX
|
||||
,_cpu_timer(nullptr),
|
||||
_cpu_time_jfr_locked(UNLOCKED),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user