RFR: 8305663: Wrong iteration order of pause array in g1MMUTracker
Aleksei Voitylov
avoitylov at openjdk.org
Mon Apr 10 09:00:43 UTC 2023
On Thu, 6 Apr 2023 10:06:28 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> G1 pause _array is iterated from oldest pause to newer pause in order to calculate the pause budget, but it should be iterated in the opposite direction (newest to oldest).
>
> Thank you for finding this.
@albertnetymk could you sponsor this change? Thanks!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13370#issuecomment-1501573776
More information about the hotspot-gc-dev
mailing list