RFR: 8335397: Improve reliability of TestRecursiveMonitorChurn.java [v2]
Coleen Phillimore
coleenp at openjdk.org
Tue Jul 2 19:38:19 UTC 2024
On Tue, 2 Jul 2024 19:18:47 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.
>
> Axel Boldt-Christmas has updated the pull request incrementally with one additional commit since the last revision:
>
> Update test/hotspot/jtreg/runtime/locking/TestRecursiveMonitorChurn.java
Marked as reviewed by coleenp (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/19965#pullrequestreview-2154700442
More information about the hotspot-dev
mailing list