--- old/src/hotspot/share/prims/cdsoffsets.cpp 2019-07-03 15:34:01.530128520 -0700 +++ new/src/hotspot/share/prims/cdsoffsets.cpp 2019-07-03 15:34:01.219099009 -0700 @@ -49,6 +49,8 @@ ADD_NEXT(_all, "FileMapHeader::_magic", offset_of(FileMapHeader, _magic)); \ ADD_NEXT(_all, "FileMapHeader::_crc", offset_of(FileMapHeader, _crc)); \ ADD_NEXT(_all, "FileMapHeader::_version", offset_of(FileMapHeader, _version)); \ + ADD_NEXT(_all, "FileMapHeader::_end_magic", offset_of(FileMapHeader, _end_magic)); \ + ADD_NEXT(_all, "FileMapHeader::_jvm_ident", offset_of(FileMapHeader, _jvm_ident)); \ ADD_NEXT(_all, "FileMapHeader::_space[0]", offset_of(FileMapHeader, _space)); \ ADD_NEXT(_all, "CDSFileMapRegion::_crc", offset_of(CDSFileMapRegion, _crc)); \ ADD_NEXT(_all, "CDSFileMapRegion::_used", offset_of(CDSFileMapRegion, _used)); \