Integrated: 8335397: Improve reliability of TestRecursiveMonitorChurn.java
Axel Boldt-Christmas
aboldtch at openjdk.org
Thu Jul 4 08:23:26 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.
This pull request has now been integrated.
Changeset: b20e8c8e
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b20e8c8e85e0a0e96ae648f42ff803f1c83f6291
Stats: 77 lines in 5 files changed: 28 ins; 31 del; 18 mod
8335397: Improve reliability of TestRecursiveMonitorChurn.java
Reviewed-by: coleenp, rkennke, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/19965
More information about the hotspot-dev
mailing list