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

Aleksei Voitylov avoitylov at openjdk.org
Thu Apr 6 07:02:12 UTC 2023


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).

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

Commit messages:
 - JDK-8305663

Changes: https://git.openjdk.org/jdk/pull/13370/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13370&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8305663
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/13370.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13370/head:pull/13370

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


More information about the hotspot-gc-dev mailing list