8260941: Remove the conc_scan parameter for CardTable

Reviewed-by: ayang, kbarrett
This commit is contained in:
Thomas Schatzl 2021-02-12 08:41:33 +00:00
parent da9895a0a4
commit 9c0ec8d848
17 changed files with 15 additions and 77 deletions

View file

@ -41,8 +41,7 @@ size_t CardTable::compute_byte_map_size() {
return align_up(_guard_index + 1, MAX2(_page_size, granularity));
}
CardTable::CardTable(MemRegion whole_heap, bool conc_scan) :
_scanned_concurrently(conc_scan),
CardTable::CardTable(MemRegion whole_heap) :
_whole_heap(whole_heap),
_guard_index(0),
_last_valid_index(0),