RFR: 8335397: Improve reliability of TestRecursiveMonitorChurn.java
Roman Kennke
rkennke at openjdk.org
Mon Jul 1 12:17:18 UTC 2024
On Mon, 1 Jul 2024 09:21:13 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> TestRecursiveMonitorChurn.java currently uses NMT to try and correlate the native memory increase with unwanted inflation.
>
> Change to instead query the JVM for exact number of inflations via the Whitebox API. This allow us to both be more exact and less dependent on interactions with NMT.
Looks good to me! Thank you!
-------------
Marked as reviewed by rkennke (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/19965#pullrequestreview-2151229563
More information about the hotspot-dev
mailing list