mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8202745: Remove hyphens from "out-of-bounds"
Reviewed-by: rriggs, dholmes
This commit is contained in:
parent
ac3043c692
commit
b72846bc20
10 changed files with 40 additions and 40 deletions
|
@ -293,7 +293,7 @@ bool PSMarkSweep::invoke_no_policy(bool clear_all_softrefs) {
|
|||
assert(young_gen->max_size() >
|
||||
young_gen->from_space()->capacity_in_bytes() +
|
||||
young_gen->to_space()->capacity_in_bytes(),
|
||||
"Sizes of space in young gen are out-of-bounds");
|
||||
"Sizes of space in young gen are out of bounds");
|
||||
|
||||
size_t young_live = young_gen->used_in_bytes();
|
||||
size_t eden_live = young_gen->eden_space()->used_in_bytes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue