mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
Merge
This commit is contained in:
commit
1931e94bad
94 changed files with 1620 additions and 603 deletions
|
@ -51,7 +51,7 @@ CardTableModRefBS::CardTableModRefBS(MemRegion whole_heap,
|
|||
_whole_heap(whole_heap),
|
||||
_guard_index(cards_required(whole_heap.word_size()) - 1),
|
||||
_last_valid_index(_guard_index - 1),
|
||||
_page_size(os::page_size_for_region(_guard_index + 1, _guard_index + 1, 1)),
|
||||
_page_size(os::vm_page_size()),
|
||||
_byte_map_size(compute_byte_map_size())
|
||||
{
|
||||
_kind = BarrierSet::CardTableModRef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue