< prev index next >

src/hotspot/share/memory/filemap.hpp

Print this page

        

@@ -73,10 +73,11 @@
 };
 
 class FileMapInfo : public CHeapObj<mtInternal> {
 private:
   friend class ManifestStream;
+  friend class VMStructs;
   enum {
     _invalid_version = -1,
     _current_version = 3
   };
 
< prev index next >