RFR: 8298482: Implement ParallelGC NUMAStats for Linux [v3]

Nick Gasson ngasson at openjdk.org
Wed Jan 11 18:00:44 UTC 2023


On Tue, 10 Jan 2023 11:32:50 GMT, Stefan Johansson <sjohanss at openjdk.org> wrote:

>> Nick Gasson has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Do not update NUMAStats in MutableNUMASpace::accumulate_statistics()
>
> src/hotspot/share/gc/parallel/mutableNUMASpace.cpp line 896:
> 
>> 894:           space_stats()->_local_space += os::vm_page_size();
>> 895:         else
>> 896:           space_stats()->_remote_space += os::vm_page_size();
> 
> Please add braces for the `for`-loop and the `if-else`-statements.

Done. Thanks for the reviews!

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

PR: https://git.openjdk.org/jdk/pull/11635


More information about the hotspot-gc-dev mailing list