RFR: 8314220: Configurable InlineCacheBuffer size [v2]

Ekaterina Vergizova evergizova at openjdk.org
Wed Aug 30 19:24:00 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, added range check

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/15271/files
  - new: https://git.openjdk.org/jdk/pull/15271/files/e89b6430..69d603e4

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

  Stats: 29 lines in 3 files changed: 28 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