< prev index next >

src/share/vm/code/codeCache.hpp

Print this page

        

@@ -40,13 +40,15 @@
 //   - Like the offset table in oldspace the zone has at table for
 //     locating a method given a addess of an instruction.
 
 class OopClosure;
 class DepChange;
+class ShenandoahParallelCodeCacheIterator;
 
 class CodeCache : AllStatic {
   friend class VMStructs;
+  friend class ShenandoahParallelCodeCacheIterator;
  private:
   // CodeHeap is malloc()'ed at startup and never deleted during shutdown,
   // so that the generated assembly code is always there when it's needed.
   // This may cause memory leak, but is necessary, for now. See 4423824,
   // 4422213 or 4436291 for details.
< prev index next >