--- old/src/hotspot/share/memory/heapShared.cpp 2020-04-14 22:03:06.664010870 -0700 +++ new/src/hotspot/share/memory/heapShared.cpp 2020-04-14 22:03:06.307997469 -0700 @@ -97,6 +97,7 @@ FileMapInfo *mapinfo = FileMapInfo::current_info(); mapinfo->fixup_mapped_heap_regions(); set_archive_heap_region_fixed(); + SystemDictionaryShared::update_archived_mirror_native_pointers(); } unsigned HeapShared::oop_hash(oop const& p) {