changeset 50532 | a18c60527166 |
parent 50113 | caf115bb98ad |
child 51332 | c25572739e7c |
--- a/src/hotspot/share/gc/g1/g1CollectedHeap.hpp Tue Jun 12 14:08:24 2018 -0700 +++ b/src/hotspot/share/gc/g1/g1CollectedHeap.hpp Tue Jun 12 18:12:59 2018 -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!).