< prev index next >

src/hotspot/share/memory/filemap.hpp

Print this page

        

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