mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8328932: Parallel: Proper partial object setup in fill_dense_prefix_end
Reviewed-by: tschatzl, gli
This commit is contained in:
parent
d954f3bd0c
commit
80c54b484f
1 changed files with 1 additions and 0 deletions
|
@ -1147,6 +1147,7 @@ void PSParallelCompact::fill_dense_prefix_end(SpaceId id) {
|
|||
_mark_bitmap.mark_obj(obj_beg, obj_len);
|
||||
_summary_data.addr_to_region_ptr(obj_beg)->add_live_obj(1);
|
||||
region_after_dense_prefix->set_partial_obj_size(1);
|
||||
region_after_dense_prefix->set_partial_obj_addr(obj_beg);
|
||||
assert(start_array(id) != nullptr, "sanity");
|
||||
start_array(id)->update_for_block(obj_beg, obj_beg + obj_len);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue