src/hotspot/share/gc/g1/g1CollectedHeap.hpp
changeset 52674 c9325aa887da
parent 52346 08041b0d7c08
child 52716 877dd2b0f36c
equal deleted inserted replaced
52673:61b3b58a1d1d 52674:c9325aa887da
   681 
   681 
   682   // For each of the specified MemRegions, uncommit the containing G1 regions
   682   // For each of the specified MemRegions, uncommit the containing G1 regions
   683   // which had been allocated by alloc_archive_regions. This should be called
   683   // which had been allocated by alloc_archive_regions. This should be called
   684   // rather than fill_archive_regions at JVM init time if the archive file
   684   // rather than fill_archive_regions at JVM init time if the archive file
   685   // mapping failed, with the same non-overlapping and sorted MemRegion array.
   685   // mapping failed, with the same non-overlapping and sorted MemRegion array.
   686   void dealloc_archive_regions(MemRegion* range, size_t count);
   686   void dealloc_archive_regions(MemRegion* range, size_t count, bool is_open);
   687 
   687 
   688   oop materialize_archived_object(oop obj);
   688   oop materialize_archived_object(oop obj);
   689 
   689 
   690 private:
   690 private:
   691 
   691