In the G1SurvRateGroup class there are three loops that use a `size_t` loop iteration variable that is compared to `uint`s in the condition, causing some implicit narrowing.
Change the loop variables to also use `uints`.
Pointed out by ~kimbarrett during review ofJDK-8349906.
Change the loop variables to also use `uints`.
Pointed out by ~kimbarrett during review of
- relates to
-
JDK-8349906 G1: Improve initial survivor rate for newly used young regions
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/a0dd5654
-
Review(master) openjdk/jdk/23773