Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8153546

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.

            thartmann Tobias Hartmann
            dlong Dean Long
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: