RFR: JDK-8349077 : Rename GenerationCounters::update_all [v6]

Stefan Karlsson stefank at openjdk.org
Wed Jun 18 09:31:30 UTC 2025


On Wed, 18 Jun 2025 09:18:32 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> Suchismith Roy has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   g1Monitoring
>
> src/hotspot/share/gc/z/zServiceability.cpp line 70:
> 
>> 68:   void update_capacity(size_t capacity) {
>> 69:     update_all(capacity);
>> 70:   }
> 
> Could you also delete line 67.

Or maybe even better just entirely delete `ZGenerationCounters` and replace its usages with `GenerationCounters`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25833#discussion_r2154111929


More information about the shenandoah-dev mailing list