RFR: 8314220: Configurable InlineCacheBuffer size [v4]

Ekaterina Vergizova evergizova at openjdk.org
Tue Nov 21 17:41:26 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 InlineCacheBufferSize limit

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/15271/files
  - new: https://git.openjdk.org/jdk/pull/15271/files/52b0260a..3ee22afb

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15271&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15271&range=02-03

  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 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