RFR: 8314220: Configurable InlineCacheBuffer size [v4]
Vladimir Kozlov
kvn at openjdk.org
Tue Nov 21 18:21:09 UTC 2023
On Tue, 21 Nov 2023 17:41:26 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 InlineCacheBufferSize limit
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15271#pullrequestreview-1742782106
More information about the hotspot-dev
mailing list