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

Jie Fu jiefu at openjdk.java.net
Tue Mar 23 23:27:40 UTC 2021


On Tue, 23 Mar 2021 16:51:02 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> I would exclude 32bit here since it would just re-run the same test as above. Does the 32bit VM even accept UseCompressedClassPointers?

32bit has been excluded.
I don't think the 32bit VM accepts UseCompressedClassPointers and that's why there is -XX:+IgnoreUnrecognizedVMOptions in my previous patch.
Thanks.

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

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


More information about the hotspot-runtime-dev mailing list