-
Bug
-
Resolution: Not an Issue
-
P3
-
9
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.