mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
6888953: some calls to function-like macros are missing semicolons
Reviewed-by: pbk, kvn
This commit is contained in:
parent
83f1d02a67
commit
7e76feaf42
31 changed files with 36 additions and 35 deletions
|
@ -3277,7 +3277,7 @@ void PSParallelCompact::fill_region(ParCompactionManager* cm, size_t region_idx)
|
|||
if (status == ParMarkBitMap::incomplete) {
|
||||
// The last obj that starts in the source region does not end in the
|
||||
// region.
|
||||
assert(closure.source() < end_addr, "sanity")
|
||||
assert(closure.source() < end_addr, "sanity");
|
||||
HeapWord* const obj_beg = closure.source();
|
||||
HeapWord* const range_end = MIN2(obj_beg + closure.words_remaining(),
|
||||
src_space_top);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue