RFR: 8329416: Split relocation pointer map into read-write and read-only maps [v4]
Matias Saavedra Silva
matsaave at openjdk.org
Thu Apr 11 16:47:05 UTC 2024
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18608/files
- new: https://git.openjdk.org/jdk/pull/18608/files/c6c805f6..f015ee21
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18608&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18608&range=02-03
Stats: 40 lines in 3 files changed: 18 ins; 14 del; 8 mod
Patch: https://git.openjdk.org/jdk/pull/18608.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18608/head:pull/18608
PR: https://git.openjdk.org/jdk/pull/18608
More information about the hotspot-runtime-dev
mailing list