RFR: 8305663: Wrong iteration order of pause array in g1MMUTracker

Albert Mingkun Yang ayang at openjdk.org
Thu Apr 6 10:09:17 UTC 2023


On Thu, 6 Apr 2023 06:55:04 GMT, Aleksei Voitylov <avoitylov 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.

-------------

Marked as reviewed by ayang (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/13370#pullrequestreview-1374513988


More information about the hotspot-gc-dev mailing list