src/hotspot/share/gc/g1/g1CollectedHeap.hpp
changeset 52674 c9325aa887da
parent 52346 08041b0d7c08
child 52716 877dd2b0f36c
--- a/src/hotspot/share/gc/g1/g1CollectedHeap.hpp	Fri Nov 23 11:07:54 2018 +0100
+++ b/src/hotspot/share/gc/g1/g1CollectedHeap.hpp	Fri Nov 23 10:57:07 2018 +0100
@@ -683,7 +683,7 @@
   // 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);
+  void dealloc_archive_regions(MemRegion* range, size_t count, bool is_open);
 
   oop materialize_archived_object(oop obj);