RFR: 8314220: Configurable InlineCacheBuffer size [v3]
Ekaterina Vergizova
evergizova at openjdk.org
Mon Nov 20 22:19:50 UTC 2023
> 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, removed unnecessary guarantees
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/15271/files
- new: https://git.openjdk.org/jdk/pull/15271/files/69d603e4..52b0260a
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=15271&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=15271&range=01-02
Stats: 37 lines in 6 files changed: 5 ins; 30 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/15271.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/15271/head:pull/15271
PR: https://git.openjdk.org/jdk/pull/15271
More information about the hotspot-dev
mailing list