diff src/share/vm/memory/cardTableModRefBS.hpp @ 4098:ea640b5e949a

7106024: CMS: Removed unused code for precleaning in remark phase Summary: Remove dead code. Reviewed-by: stefank, ysr
author jmasa
date Tue, 22 Nov 2011 14:18:39 -0800
parents 7d64aa23eb96
children c7a555a9449a
line wrap: on
line diff
--- a/src/share/vm/memory/cardTableModRefBS.hpp	Thu Nov 17 12:40:15 2011 -0800
+++ b/src/share/vm/memory/cardTableModRefBS.hpp	Tue Nov 22 14:18:39 2011 -0800
@@ -435,9 +435,6 @@
   MemRegion dirty_card_range_after_reset(MemRegion mr, bool reset,
                                          int reset_val);
 
-  // Set all the dirty cards in the given region to precleaned state.
-  void preclean_dirty_cards(MemRegion mr);
-
   // Provide read-only access to the card table array.
   const jbyte* byte_for_const(const void* p) const {
     return byte_for(p);