-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: hotspot
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.