< prev index next >

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

Print this page

        

*** 56,67 **** 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); // 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 --- 56,67 ---- 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 or un-mark the regions containing the specified address range as archives. ! static void mark_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 >