On Tue, 15 Feb 2022 06:10:57 GMT, Chris Plummer <cjplum...@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