mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8264041: Incorrect comments for ParallelCompactData::summarize_dense_prefix
Reviewed-by: tschatzl
This commit is contained in:
parent
c087f3ed40
commit
087c8bfb5f
1 changed files with 2 additions and 2 deletions
|
@ -428,8 +428,8 @@ public:
|
||||||
void add_obj(oop p, size_t len) { add_obj(cast_from_oop<HeapWord*>(p), len); }
|
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
|
// 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
|
// destination of region n is simply the start of region n. Both arguments
|
||||||
// must be region-aligned; end need not be.
|
// beg and end must be region-aligned.
|
||||||
void summarize_dense_prefix(HeapWord* beg, HeapWord* end);
|
void summarize_dense_prefix(HeapWord* beg, HeapWord* end);
|
||||||
|
|
||||||
HeapWord* summarize_split_space(size_t src_region, SplitInfo& split_info,
|
HeapWord* summarize_split_space(size_t src_region, SplitInfo& split_info,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue