We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c087f3e commit 087c8bfCopy full SHA for 087c8bf
src/hotspot/share/gc/parallel/psParallelCompact.hpp
@@ -428,8 +428,8 @@ class ParallelCompactData
428
void add_obj(oop p, size_t len) { add_obj(cast_from_oop<HeapWord*>(p), len); }
429
430
// Fill in the regions covering [beg, end) so that no data moves; i.e., the
431
- // destination of region n is simply the start of region n. The argument beg
432
- // 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.
433
void summarize_dense_prefix(HeapWord* beg, HeapWord* end);
434
435
HeapWord* summarize_split_space(size_t src_region, SplitInfo& split_info,
0 commit comments