RFR: 8264008: Incorrect metaspace statistics after JEP 387 when UseCompressedClassPointers is off [v3]

Jie Fu jiefu at openjdk.java.net
Fri Apr 9 12:41:23 UTC 2021


On Tue, 23 Mar 2021 06:35:24 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Even better would be an own regression test, e.g. as part of the gtests. Can be very simple, if UseCompressedClassPointers is off, MetaspaceUtils::committed_words should return 0 for class type. Then we can add another gtest run to the gtest runner jtreg tests with that option (possibly in a separate RFE).

Hi @tstuefe ,

The gtest has been added here: https://github.com/openjdk/jdk/pull/3414 .

Please review it.
Thanks.

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

PR: https://git.openjdk.java.net/jdk/pull/3142


More information about the hotspot-runtime-dev mailing list