< prev index next >

src/hotspot/share/gc/g1/g1CollectedHeap.hpp

Print this page
rev 52634 : 8214118: HeapRegions marked as archive even if CDS mapping fails
Reviewed-by:

*** 681,691 **** // For each of the specified MemRegions, uncommit the containing G1 regions // which had been allocated by alloc_archive_regions. This should be called // rather than fill_archive_regions at JVM init time if the archive file // 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: --- 681,691 ---- // For each of the specified MemRegions, uncommit the containing G1 regions // which had been allocated by alloc_archive_regions. This should be called // rather than fill_archive_regions at JVM init time if the archive file // mapping failed, with the same non-overlapping and sorted MemRegion array. ! void dealloc_archive_regions(MemRegion* range, size_t count, bool is_open); oop materialize_archived_object(oop obj); private:
< prev index next >