< prev index next >

src/share/vm/gc/parallel/psParallelCompact.hpp

Print this page

        

@@ -1063,13 +1063,10 @@
   // Summary phase utility routine to fill dead space (if any) at the dense
   // prefix boundary.  Should only be called if the the dense prefix is
   // non-empty.
   static void fill_dense_prefix_end(SpaceId id);
 
-  // Clear the summary data source_region field for the specified addresses.
-  static void clear_source_region(HeapWord* beg_addr, HeapWord* end_addr);
-
   static void summarize_spaces_quick();
   static void summarize_space(SpaceId id, bool maximum_compaction);
   static void summary_phase(ParCompactionManager* cm, bool maximum_compaction);
 
   // Adjust addresses in roots.  Does not adjust addresses in heap.
< prev index next >