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

Thomas Schatzl tschatzl at openjdk.org
Tue Apr 11 16:03:40 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).

Marked as reviewed by tschatzl (Reviewer).

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

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


More information about the hotspot-gc-dev mailing list