RFR: 8314220: Configurable InlineCacheBuffer size [v2]
    Ekaterina Vergizova 
    evergizova at openjdk.org
       
    Wed Aug 30 19:24:01 UTC 2023
    
    
  
On Mon, 14 Aug 2023 19:54:17 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Ekaterina Vergizova has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Changed type, added range check
>
> src/hotspot/share/runtime/globals.hpp line 299:
> 
>> 297:                                                                             \
>> 298:   product(uintx, InlineCacheBufferSize, 10*K, EXPERIMENTAL,                 \
>> 299:           "InlineCacheBuffer size")                                         \
> 
> Can you make this type an int and add a range to it?  Line 143 above will get -Wconversion warnings if we ever turned them on.
Thanks, I changed type to int and added a range check constraint.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15271#discussion_r1310715607
    
    
More information about the hotspot-dev
mailing list