mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8211980: Remove ThreadHeapSampler enable/disable/enabled methods
Remove methods from ThreadHeapSampler Reviewed-by: dholmes, phh
This commit is contained in:
parent
6352b5f64d
commit
d7c7ce19f1
6 changed files with 33 additions and 62 deletions
|
@ -132,7 +132,6 @@ extern Mutex* Management_lock; // a lock used to serialize JVM
|
|||
extern Monitor* Service_lock; // a lock used for service thread operation
|
||||
extern Monitor* PeriodicTask_lock; // protects the periodic task structure
|
||||
extern Monitor* RedefineClasses_lock; // locks classes from parallel redefinition
|
||||
extern Mutex* ThreadHeapSampler_lock; // protects the static data for initialization.
|
||||
|
||||
#if INCLUDE_JFR
|
||||
extern Mutex* JfrStacktrace_lock; // used to guard access to the JFR stacktrace table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue