Skip to content

Commit

Permalink
8264041: Incorrect comments for ParallelCompactData::summarize_dense_…
Browse files Browse the repository at this point in the history
…prefix

Reviewed-by: tschatzl
  • Loading branch information
albertnetymk committed Mar 23, 2021
1 parent c087f3e commit 087c8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hotspot/share/gc/parallel/psParallelCompact.hpp
Expand Up @@ -428,8 +428,8 @@ class ParallelCompactData
void add_obj(oop p, size_t len) { add_obj(cast_from_oop<HeapWord*>(p), len); }

// Fill in the regions covering [beg, end) so that no data moves; i.e., the
// destination of region n is simply the start of region n. The argument beg
// must be region-aligned; end need not be.
// destination of region n is simply the start of region n. Both arguments
// beg and end must be region-aligned.
void summarize_dense_prefix(HeapWord* beg, HeapWord* end);

HeapWord* summarize_split_space(size_t src_region, SplitInfo& split_info,
Expand Down

1 comment on commit 087c8bf

@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.