RFR: 8344665: Refactor PartialArrayState allocation for reuse [v2]

Kim Barrett kbarrett at openjdk.org
Fri Nov 29 19:20:40 UTC 2024


On Thu, 28 Nov 2024 10:48:13 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:

>> Kim Barrett has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   simplify pas allocator destruction and manager phase tracking
>
> src/hotspot/share/gc/shared/partialArrayState.hpp line 176:
> 
>> 174: 
>> 175:   // Limit on the number of allocators this manager supports.
>> 176:   uint _num_allocators;
> 
> _max_num_allocators; the comment helps, but we can add max to the name.

Changed num_allocators to max_allocators (with or without leading underscore) throughout.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22287#discussion_r1863876518


More information about the hotspot-gc-dev mailing list