8219370: NMT: Move synchronization primitives from mtInternal to mtSynchronizer

Reviewed-by: dholmes, rehn
This commit is contained in:
Zhengyu Gu 2019-02-20 10:22:46 -05:00
parent 2e8fc8328a
commit 2cc6f5951c
8 changed files with 15 additions and 14 deletions

View file

@ -39,7 +39,7 @@
// TODO: Check if _name[MONITOR_NAME_LEN] should better get replaced by const char*.
static const int MONITOR_NAME_LEN = 64;
class Monitor : public CHeapObj<mtInternal> {
class Monitor : public CHeapObj<mtSynchronizer> {
public:
// A special lock: Is a lock where you are guaranteed not to block while you are