--- old/src/hotspot/share/gc/g1/g1CollectedHeap.hpp 2018-06-11 16:16:19.834321179 -0400 +++ new/src/hotspot/share/gc/g1/g1CollectedHeap.hpp 2018-06-11 16:16:19.522304960 -0400 @@ -699,6 +699,8 @@ // mapping failed, with the same non-overlapping and sorted MemRegion array. void dealloc_archive_regions(MemRegion* range, size_t count); + oop materialize_archived_object(oop obj); + private: // Shrink the garbage-first heap by at most the given size (in bytes!).