7106024: CMS: Removed unused code for precleaning in remark phase

Remove dead code.

Reviewed-by: stefank, ysr
This commit is contained in:
Jon Masamitsu 2011-11-22 14:18:39 -08:00
parent a3311881b5
commit 404bb0d0ac
3 changed files with 0 additions and 30 deletions

View file

@ -435,9 +435,6 @@ public:
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);