comparison 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
comparison
equal deleted inserted replaced
4097:dc467e8b2c5e 4098:ea640b5e949a
433 // If reset is "true", then sets those card table entries to the given 433 // If reset is "true", then sets those card table entries to the given
434 // value. 434 // value.
435 MemRegion dirty_card_range_after_reset(MemRegion mr, bool reset, 435 MemRegion dirty_card_range_after_reset(MemRegion mr, bool reset,
436 int reset_val); 436 int reset_val);
437 437
438 // Set all the dirty cards in the given region to precleaned state.
439 void preclean_dirty_cards(MemRegion mr);
440
441 // Provide read-only access to the card table array. 438 // Provide read-only access to the card table array.
442 const jbyte* byte_for_const(const void* p) const { 439 const jbyte* byte_for_const(const void* p) const {
443 return byte_for(p); 440 return byte_for(p);
444 } 441 }
445 const jbyte* byte_after_const(const void* p) const { 442 const jbyte* byte_after_const(const void* p) const {