< prev index next >

src/share/vm/gc/g1/g1MarkSweep.hpp

Print this page
rev 8824 : [mq]: rev1

@@ -56,12 +56,12 @@
   static SerialOldTracer* gc_tracer() { return GenMarkSweep::_gc_tracer; }
 
   // 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);
 
   // Check if archive object checking is enabled, to avoid calling in_archive_range
< prev index next >