Remove unnecessary operator new and delete from ObjectMonitor

XMLWordPrintable

    • b09

        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).

              Assignee:
              Thomas Stuefe
              Reporter:
              Thomas Stuefe
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: