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

Ioi Lam iklam at openjdk.org
Thu Nov 3 21:23:28 UTC 2022


On Thu, 3 Nov 2022 20:22:55 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.
>
> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Updated copyright

Marked as reviewed by iklam (Reviewer).

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

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


More information about the hotspot-runtime-dev mailing list