RFR: 8329416: Split relocation pointer map into read-write and read-only maps [v4]

Calvin Cheung ccheung at openjdk.org
Thu Apr 11 21:46:42 UTC 2024


On Thu, 11 Apr 2024 16:47:05 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:

>> The pointer relocation bitmap is already subdivided into read-write and read-only regions and can be split into two distinct bitmaps. By separating the maps, each sub-map can be further optimized. Verified with tier 1-5 tests.
>
> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Moved bitmap_view to FileMapInfo

Looks good.
Please update copyright years for the following files:
archiveBuilder.hpp
archiveUtils.cpp
archiveUtils.hpp

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

Marked as reviewed by ccheung (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18608#pullrequestreview-1995536028


More information about the hotspot-runtime-dev mailing list