RFR: 8296157: Rename FileMapInfo::space_at() to region_at() [v4]
Matias Saavedra Silva
matsaave at openjdk.org
Thu Nov 3 20:22:55 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:
Updated copyright
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10937/files
- new: https://git.openjdk.org/jdk/pull/10937/files/272861ed..e646b734
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10937&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10937&range=02-03
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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