[jdk11u-dev] Integrated: 8314220: Configurable InlineCacheBuffer size

Ekaterina Vergizova evergizova at openjdk.org
Mon Mar 11 12:51:01 UTC 2024


On Mon, 29 Jan 2024 21:05:03 GMT, Ekaterina Vergizova <evergizova at openjdk.org> wrote:

> I'd like to backport JDK-8314220 to 11u.
> It allows to configure IC buffer size to avoid multiple ICBufferFull safepoints and possible performance degradation.
> 
> 17u patch applies almost cleanly except for:
> - minor context difference in icBuffer.cpp
> - different method for experimental flag declaration in globals.hpp (JDK-8243208 is not in 11u)
> The changes reapplied manually.

This pull request has now been integrated.

Changeset: c8ca55ba
Author:    Ekaterina Vergizova <evergizova at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/c8ca55bafa8137f48ccb184539e8fa4e609faa09
Stats:     11 lines in 4 files changed: 8 ins; 2 del; 1 mod

8314220: Configurable InlineCacheBuffer size

Reviewed-by: phh
Backport-of: a40d8d97e84d88d1a65aba81bfc09339be95e427

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

PR: https://git.openjdk.org/jdk11u-dev/pull/2498


More information about the jdk-updates-dev mailing list