Integrated: 8314220: Configurable InlineCacheBuffer size
Ekaterina Vergizova
evergizova at openjdk.org
Mon Nov 27 13:41:25 UTC 2023
On Mon, 14 Aug 2023 13:12:16 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.
This pull request has now been integrated.
Changeset: a40d8d97
Author: Ekaterina Vergizova <evergizova at openjdk.org>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a40d8d97e84d88d1a65aba81bfc09339be95e427
Stats: 11 lines in 4 files changed: 8 ins; 2 del; 1 mod
8314220: Configurable InlineCacheBuffer size
Reviewed-by: dlong, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/15271
More information about the hotspot-dev
mailing list