RFR: 8315559: Delay TempSymbol cleanup to avoid symbol table churn [v6]

Oli Gillespie ogillespie at openjdk.org
Thu Nov 9 16:36:23 UTC 2023


On Thu, 9 Nov 2023 15:25:56 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Oli Gillespie has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add missing atomic.hpp include
>
> src/hotspot/share/oops/symbolHandle.hpp line 47:
> 
>> 45: template <bool TEMP>
>> 46: class SymbolHandleBase : public StackObj {
>> 47:   static const uint CLEANUP_DELAY_MAX_ENTRIES;
> 
> Since this is const, can this be initialized here?

Yes, thanks.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16398#discussion_r1388262682


More information about the hotspot-dev mailing list