RFR: JDK-8289620: gtest/MetaspaceUtilsGtests.java failed with unexpected stats values
Coleen Phillimore
coleenp at openjdk.org
Wed Jul 6 19:31:40 UTC 2022
On Tue, 5 Jul 2022 18:35:34 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> I cannot reproduce this on my machine, but the comparison is obviously wrong in the gtest. The statistics API returns used/committed/reserved metaspace, and used can be equal to committed, committed equal to reserved, albeit rarely.
Looks good and also trivial. Thanks for fixing this.
-------------
Marked as reviewed by coleenp (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9381
More information about the hotspot-runtime-dev
mailing list