mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8260941: Remove the conc_scan parameter for CardTable
Reviewed-by: ayang, kbarrett
This commit is contained in:
parent
da9895a0a4
commit
9c0ec8d848
17 changed files with 15 additions and 77 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue