JDK 17 | JDK 19 |
---|---|
17.0.4Fixed | 19 b09Fixed |
Blocks :
|
|
Relates :
|
|
Relates :
|
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).
|