8264041: Incorrect comments for ParallelCompactData::summarize_dense_prefix
Reviewed-by: tschatzl
This commit is contained in:
parent
c087f3ed40
commit
087c8bfb5f
@ -428,8 +428,8 @@ public:
|
||||
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user