RFR: 8314220: Configurable InlineCacheBuffer size [v2]

Ekaterina Vergizova evergizova at openjdk.org
Fri Sep 22 11:39:21 UTC 2023


On Wed, 30 Aug 2023 19:24:00 GMT, Ekaterina Vergizova <evergizova at openjdk.org> wrote:

>> InlineCacheBuffer size is currently hardcoded to 10K.
>> This can lead to multiple ICBufferFull safepoints for InlineCacheBuffer cleanup and possible performance degradation.
>> 
>> Added experimental command line option InlineCacheBufferSize with the same default value, allowing it to be configured for performance experiments with ICBufferFull safepoints frequency.
>
> Ekaterina Vergizova has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Changed type, added range check

Can someone please review this fix?
Pre-submit failures are unrelated.

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

PR Comment: https://git.openjdk.org/jdk/pull/15271#issuecomment-1731270643


More information about the hotspot-dev mailing list