< prev index next >

src/hotspot/share/code/codeCache.hpp

Print this page
rev 52801 : Upstream/backport Shenandoah to JDK11u
* * *
[backport] 8237570: Shenandoah: cleanup uses of allocation/free threshold in static heuristics
Reviewed-by: rkennke

*** 71,87 **** --- 71,89 ---- // existing ones, make sure to adapt the dtrace scripts (jhelper.d) for // Solaris and BSD. class OopClosure; class KlassDepChange; + class ShenandoahParallelCodeHeapIterator; class CodeCache : AllStatic { friend class VMStructs; friend class JVMCIVMStructs; template <class T, class Filter> friend class CodeBlobIterator; friend class WhiteBox; friend class CodeCacheLoader; + friend class ShenandoahParallelCodeHeapIterator; private: // CodeHeaps of the cache static GrowableArray<CodeHeap*>* _heaps; static GrowableArray<CodeHeap*>* _compiled_heaps; static GrowableArray<CodeHeap*>* _nmethod_heaps;
< prev index next >