RFR: 8329416: Split relocation pointer map into read-write and read-only maps [v5]
Matias Saavedra Silva
matsaave at openjdk.org
Thu Apr 11 22:02:57 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:
Fixed copyright headers
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18608/files
- new: https://git.openjdk.org/jdk/pull/18608/files/f015ee21..65372269
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18608&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18608&range=03-04
Stats: 3 lines in 3 files changed: 0 ins; 0 del; 3 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