< prev index next >

src/hotspot/share/gc/z/zHeap.hpp

Print this page

        

@@ -43,10 +43,12 @@
 #include "gc/z/zServiceability.hpp"
 #include "gc/z/zWorkers.hpp"
 #include "memory/allocation.hpp"
 
 class ZHeap VALUE_OBJ_CLASS_SPEC {
+  friend class VMStructs;
+
 private:
   static ZHeap*       _heap;
 
   ZInitialize         _initialize;
   ZWorkers            _workers;
< prev index next >