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

Afshin Zafari azafari at openjdk.org
Thu Oct 19 08:19:16 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.

A new [PR](https://github.com/openjdk/jdk/pull/16262) is created to continue.
@tstuefe, would you please continue/redo your review there. Thanks!

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

PR Comment: https://git.openjdk.org/jdk/pull/16237#issuecomment-1770293238


More information about the hotspot-runtime-dev mailing list