mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8219370: NMT: Move synchronization primitives from mtInternal to mtSynchronizer
Reviewed-by: dholmes, rehn
This commit is contained in:
parent
2e8fc8328a
commit
2cc6f5951c
8 changed files with 15 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue