RFR: 8329417: Remove objects with no pointers from relocation bitmap [v3]
Matias Saavedra Silva
matsaave at openjdk.org
Fri Apr 19 17:24:08 UTC 2024
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18803/files
- new: https://git.openjdk.org/jdk/pull/18803/files/ab11cc72..be144f64
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18803&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18803&range=01-02
Stats: 4 lines in 3 files changed: 2 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/18803.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18803/head:pull/18803
PR: https://git.openjdk.org/jdk/pull/18803
More information about the hotspot-runtime-dev
mailing list