RFR: 8314220: Configurable InlineCacheBuffer size

Ekaterina Vergizova evergizova at openjdk.org
Wed Aug 30 19:24:00 UTC 2023


On Mon, 14 Aug 2023 19:54:58 GMT, Dean Long <dlong at openjdk.org> wrote:

> I like the idea of getting rid of this arbitrary limit, but it might be better to either:
> 
> 1. scale the default size value based on the code cache size (ergonomics)?
> 2. grow the buffer as needed, no size flag needed
>    I would prefer 2).

@dean-long, good ideas, but they require some investigations and non-trivial changes.
Maybe it's better to integrate this simple approach, that can be useful for performance experiments and can possibly be backported to 17u/11u due to its simplicity, and then implement one of your ideas separately?
Since the suggested InlineCacheBufferSize option is experimental, it can be dropped later without any notice.

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

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


More information about the hotspot-dev mailing list