RFR: 8281267: VM HeapDumper dumps array classes several times [v3]
Alex Menkov
amenkov at openjdk.java.net
Tue Feb 15 11:59:06 UTC 2022
On Tue, 15 Feb 2022 06:10:57 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> The changes look good. Have you verified that after your most recent changes you get the same sized hprof file as with your initial changes?
Thank you for the review.
I verified number of classes (HPROF_LOAD_CLASS and HPROF_GC_CLASS_DUMP records) are the same with initial change and with the most recent (and the numbers of HPROF_GC_CLASS_DUMP records are the same as without the fix).
Size of the hprof file changes slightly from run to run (+-1KB for 2.5MB hprof file), so we can't rely on it
-------------
PR: https://git.openjdk.java.net/jdk/pull/7384
More information about the hotspot-runtime-dev
mailing list