8211980: Remove ThreadHeapSampler enable/disable/enabled methods

Remove methods from ThreadHeapSampler

Reviewed-by: dholmes, phh
This commit is contained in:
Jean Christophe Beyler 2018-10-15 14:16:35 -07:00
parent 6352b5f64d
commit d7c7ce19f1
6 changed files with 33 additions and 62 deletions

View file

@ -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