RFR: 8296157: Rename FileMapInfo::space_at() to region_at() [v2]

Matias Saavedra Silva matsaave at openjdk.org
Wed Nov 2 14:54:31 UTC 2022


> Most of the CDS code refers to a memory blocks inside a CDS file as "regions", represented by the type FileMapRegion. The method FileRegion* space_at() has been renamed to region_at() and all instances of its use have been replaced. Verified with tier 1-4 tests.

Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:

  Replaced further instances of space with regions

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10937/files
  - new: https://git.openjdk.org/jdk/pull/10937/files/821e3700..f4aafa66

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

  Stats: 38 lines in 8 files changed: 0 ins; 0 del; 38 mod
  Patch: https://git.openjdk.org/jdk/pull/10937.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10937/head:pull/10937

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


More information about the hotspot-runtime-dev mailing list