mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8026849: Fix typos in the GC code, part 2
Fixed typos in assert messages, flag descriptions and verbose messages Reviewed-by: stefank, tschatzl
This commit is contained in:
parent
5d460f1f3d
commit
40ba2bba2c
16 changed files with 27 additions and 31 deletions
|
@ -250,7 +250,7 @@ process_chunk_boundaries(Space* sp,
|
|||
// right neighbor (up to the end of the first object).
|
||||
if (last_card_of_cur_chunk < last_card_of_first_obj) {
|
||||
tty->print_cr(" LNC: BEWARE!!! first obj straddles past right end of chunk:\n"
|
||||
" might be efficient to get value from right neighbour?");
|
||||
" might be efficient to get value from right neighbor?");
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue