RFR: 8315462: [REDO] runtime/NMT/SummarySanityCheck.java failed with "Total committed (MMMMMM) did not match the summarized committed (NNNNNN)" [v3]
Johan Sjölen
jsjolen at openjdk.org
Thu Oct 26 14:06:39 UTC 2023
On Wed, 18 Oct 2023 10:02:57 GMT, Afshin Zafari <azafari at openjdk.org> wrote:
>> When taking snapshot of malloc entries, other threads may update the items that already copied so change their corresponding sum/count. To make the sum/count values be consistent with whatever copied, they are calculated during copy and then set explicitly if any mismatch detected.
>> The function body is also moved to cpp file.
>>
>> ### Tests
>> mach5 tiers 1-5 all platforms.
>
> Afshin Zafari has updated the pull request incrementally with three additional commits since the last revision:
>
> - Merge branch '_8315462'
> - merge master
> - comments applied.
If the new PR supersedes the old one, then can this be closed?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16237#issuecomment-1781198489
More information about the hotspot-runtime-dev
mailing list