hotspot/src/share/vm/gc/g1/g1MarkSweep.hpp
changeset 32589 f86fb16fcab0
parent 31346 a70d45c06136
child 35065 b4ff0249c092
--- a/hotspot/src/share/vm/gc/g1/g1MarkSweep.hpp	Tue Aug 25 21:05:26 2015 +0200
+++ b/hotspot/src/share/vm/gc/g1/g1MarkSweep.hpp	Tue Aug 25 17:22:56 2015 -0400
@@ -58,8 +58,8 @@
   // Create the _archive_region_map which is used to identify archive objects.
   static void enable_archive_object_check();
 
-  // Mark the regions containing the specified address range as archive regions.
-  static void mark_range_archive(MemRegion range);
+  // Set the regions containing the specified address range as archive/non-archive.
+  static void set_range_archive(MemRegion range, bool is_archive);
 
   // Check if an object is in an archive region using the _archive_region_map.
   static bool in_archive_range(oop object);