RFR: 8336410: runtime/NMT/TotalMallocMmapDiffTest.java Total malloc diff is incorrect. Expected malloc diff range [v2]

Johan Sjölen jsjolen at openjdk.org
Mon Jul 29 12:05:46 UTC 2024


> Hi,
> 
> We've seen intermittent failures in this test because of the change being out of the pre-defined range. The largest "out of bounds" we've observed is 1.5MiB, so increasing the fudge factor to allow for 25MiBs more/less should be sufficient for us to not see this error for a while. This kind of adjustment is an unfortunate necessity when developing these kinds of tests.

Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:

  Split fudge factor and stop at C1

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/20326/files
  - new: https://git.openjdk.org/jdk/pull/20326/files/37b12d06..e0795616

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20326&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20326&range=00-01

  Stats: 5 lines in 1 file changed: 1 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/20326.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20326/head:pull/20326

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


More information about the hotspot-runtime-dev mailing list