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

Thomas Stuefe stuefe at openjdk.org
Tue Jul 30 05:18:34 UTC 2024


On Mon, 29 Jul 2024 12:05:46 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

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

ok

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

Marked as reviewed by stuefe (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20326#pullrequestreview-2206657355


More information about the hotspot-runtime-dev mailing list