mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
7106024: CMS: Removed unused code for precleaning in remark phase
Remove dead code. Reviewed-by: stefank, ysr
This commit is contained in:
parent
a3311881b5
commit
404bb0d0ac
3 changed files with 0 additions and 30 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue