RFR: 8314220: Configurable InlineCacheBuffer size
Ekaterina Vergizova
evergizova at openjdk.org
Mon Aug 14 13:39:59 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.
-------------
Commit messages:
- 8314220: Configurable InlineCacheBuffer size
Changes: https://git.openjdk.org/jdk/pull/15271/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15271&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8314220
Stats: 4 lines in 2 files changed: 3 ins; 0 del; 1 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