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

Aleksei Voitylov avoitylov at openjdk.org
Tue Apr 11 16:06:54 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).

This pull request has now been integrated.

Changeset: c6d7cf6b
Author:    Aleksei Voitylov <avoitylov at openjdk.org>
Committer: Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c6d7cf6b4850db26db71f333fa00c4280d7b91f6
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8305663: Wrong iteration order of pause array in g1MMUTracker

Reviewed-by: ayang, tschatzl

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

PR: https://git.openjdk.org/jdk/pull/13370


More information about the hotspot-gc-dev mailing list