Skip to content

Commit

Permalink
8328932: Parallel: Proper partial object setup in fill_dense_prefix_end
Browse files Browse the repository at this point in the history
Reviewed-by: tschatzl, gli
  • Loading branch information
albertnetymk committed Apr 3, 2024
1 parent d954f3b commit 80c54b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/gc/parallel/psParallelCompact.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

1 comment on commit 80c54b4

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.