RFR: 8315462: [REDO] runtime/NMT/SummarySanityCheck.java failed with "Total committed (MMMMMM) did not match the summarized committed (NNNNNN)" [v2]

Afshin Zafari azafari at openjdk.org
Tue Nov 7 12:07:54 UTC 2023


On Tue, 7 Nov 2023 11:42:37 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Afshin Zafari has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>> 
>>  - Merge branch 'origin/master' into ___8315462
>>  - 8315462: [REDO] runtime/NMT/SummarySanityCheck.java failed with "Total committed (MMMMMM) did not match the summarized committed (NNNNNN)"
>
> src/hotspot/share/nmt/mallocTracker.cpp line 65:
> 
>> 63:   // Need to make sure that mtChunks don't get deallocated while the
>> 64:   // copy is going on, because their size is adjusted using this
>> 65:   // buffer in make_adjustment().
> 
> Since you are moving this, could you change the comment a bit to make clear it only refers to the ThreadCritical, not the rest of the function? E.g. "Need to lock to make sure...."

Done.

> src/hotspot/share/nmt/mallocTracker.hpp line 184:
> 
>> 182:     MallocMemorySnapshot* s = const_cast<MallocMemorySnapshot*>(this);
>> 183:     return s->by_type(mtThreadStack)->malloc_count();
>> 184:   }
> 
> Why is this needed?

It comes after merge, added in JDK-8315362.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16262#discussion_r1384812072
PR Review Comment: https://git.openjdk.org/jdk/pull/16262#discussion_r1384811835


More information about the hotspot-runtime-dev mailing list