RFR: 8335397: Improve reliability of TestRecursiveMonitorChurn.java [v3]

Axel Boldt-Christmas aboldtch at openjdk.org
Thu Jul 4 08:23:25 UTC 2024


On Wed, 3 Jul 2024 07:25:48 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

Thanks for the reviews.

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

PR Comment: https://git.openjdk.org/jdk/pull/19965#issuecomment-2208388161


More information about the hotspot-dev mailing list