Integrated: 8296157: Rename FileMapInfo::space_at() to region_at()
Matias Saavedra Silva
matsaave at openjdk.org
Thu Nov 3 21:27:02 UTC 2022
On Tue, 1 Nov 2022 21:39:31 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: a8070fba
Author: Matias Saavedra Silva <matsaave at openjdk.org>
Committer: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a8070fba21e7307269b988d38e30133cc2d3889f
Stats: 129 lines in 10 files changed: 0 ins; 0 del; 129 mod
8296157: Rename FileMapInfo::space_at() to region_at()
Reviewed-by: iklam, ccheung
-------------
PR: https://git.openjdk.org/jdk/pull/10937
More information about the hotspot-runtime-dev
mailing list