NMethodIterator::next_nmethod is inefficient with SegmentedCodeCache

XMLWordPrintable

      NMethodIterator::next_nmethod calls CodeCache::next_blob(CodeBlob*) without specifying the heap, so we have to do a linear search each time to find the heap, even though it isn't changing. We should consider caching the CodeHeap.

            Assignee:
            Tobias Hartmann
            Reporter:
            Dean Long
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: