-
Enhancement
-
Resolution: Fixed
-
P4
-
19
-
b09
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8284173 | 17.0.4 | Thomas Stuefe | P4 | Resolved | Fixed | b01 |
Since JDK-8253064 moved OMs to C-heap, ObjectMonitor derives from CHeapObj. So we don't need to define local versions of new and delete. This also solves the problem that the local operators overrule the NMT category flag set in CHeapObj (atm both are mtInternal, so the problem is theoretical).
- backported by
-
JDK-8284173 Remove unnecessary operator new and delete from ObjectMonitor
- Resolved
- blocks
-
JDK-8281460 Let ObjectMonitor have its own NMT category
- Resolved
- relates to
-
JDK-8253064 monitor list simplifications and getting rid of TSM
- Resolved
-
JDK-8281460 Let ObjectMonitor have its own NMT category
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/25f2a52e
-
Commit openjdk/jdk/83d67452
-
Review openjdk/jdk17u-dev/327
-
Review openjdk/jdk/7377
(3 links to)