RFR: 8309899: Rename PtrQueueSet::buffer_size() [v2]

Kim Barrett kbarrett at openjdk.org
Wed Jun 14 22:06:57 UTC 2023


> Please review this renaming of PtrQueueSet::buffer_size to buffer_capacity,
> along with some associated function and variable renamings.
> 
> Despite the number of files and lines changed, it's just a name change, so
> perhaps it's trivial?
> 
> Testing:
> mach5 tier1
> 
> Note: There weren't any changes needed in Shenandoah, even though it uses the
> SATBMarkQueue stuff.

Kim Barrett has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:

 - Merge branch 'master' into buffer-capacity
 - rename buffer_size to buffer_capacity

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/14439/files
  - new: https://git.openjdk.org/jdk/pull/14439/files/200870ba..90832c78

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

  Stats: 8217 lines in 218 files changed: 1084 ins; 6843 del; 290 mod
  Patch: https://git.openjdk.org/jdk/pull/14439.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14439/head:pull/14439

PR: https://git.openjdk.org/jdk/pull/14439


More information about the hotspot-gc-dev mailing list