Integrated: 8329416: Split relocation pointer map into read-write and read-only maps

Matias Saavedra Silva matsaave at openjdk.org
Thu Apr 11 22:08:47 UTC 2024


On Wed, 3 Apr 2024 20:01:20 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: ece7d434
Author:    Matias Saavedra Silva <matsaave at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ece7d4349a13f75c654e2ca0f4d1b66d3af5cf10
Stats:     147 lines in 7 files changed: 102 ins; 24 del; 21 mod

8329416: Split relocation pointer map into read-write and read-only maps

Reviewed-by: iklam, ccheung

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

PR: https://git.openjdk.org/jdk/pull/18608


More information about the hotspot-runtime-dev mailing list