RFR: 8329417: Remove objects with no pointers from relocation bitmap [v3]
Calvin Cheung
ccheung at openjdk.org
Fri Apr 19 17:53:57 UTC 2024
On Fri, 19 Apr 2024 17:24:08 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:
>
> Calvin comment and added logging
Updates look good.
-------------
Marked as reviewed by ccheung (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18803#pullrequestreview-2012032530
More information about the hotspot-runtime-dev
mailing list