RFR: 8329417: Remove objects with no pointers from relocation bitmap [v4]

Ioi Lam iklam at openjdk.org
Mon Apr 22 19:59:28 UTC 2024


On Mon, 22 Apr 2024 18:26:41 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:

>> Both the read-write and read-only regions of the relocation bitmap contain metaspace objects with no pointers which do not need to be relocated. By sorting the maps, objects with no pointers can bubble to the top and the bitmap can trim the "leading zeros" thus reducing the archive size and reducing the number of pages. Verified with tier 1-5 tests.
>
> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Ioi comments

Latest changes look good

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

Marked as reviewed by iklam (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18803#pullrequestreview-2015694171


More information about the hotspot-runtime-dev mailing list