RFR: 8269908: Move MemoryService::track_memory_usage call into G1MonitoringScope [v2]

Albert Mingkun Yang ayang at openjdk.java.net
Tue Jul 6 14:02:12 UTC 2021


On Tue, 6 Jul 2021 13:59:19 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> Hi all,
>> 
>>   can I have reviews for this tiny change that moves the `MemoryService::track_memory_usage()` call into the destructor of `G1MonitoringScope` so that all jstat/mxbeans related reporting is handled by that single place?
>> 
>> Testing: tier1-3
>> 
>> Thanks,
>>   Thomas
>
> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
> 
>   ayang review

Marked as reviewed by ayang (Committer).

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

PR: https://git.openjdk.java.net/jdk/pull/4687



More information about the hotspot-gc-dev mailing list