RFR: 8269908: Move MemoryService::track_memory_usage call into G1MonitoringScope [v2]
Kim Barrett
kbarrett at openjdk.java.net
Tue Jul 6 21:58:52 UTC 2021
On Tue, 6 Jul 2021 14:02:11 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
Looks good.
-------------
Marked as reviewed by kbarrett (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/4687
More information about the hotspot-gc-dev
mailing list