RFR: 8309065: Move the logic to determine archive heap location from CDS to G1 GC [v3]
Ashutosh Mehra
duke at openjdk.org
Fri Jun 2 19:46:31 UTC 2023
> This patch is the first step towards having a single set of GC APIs for allocating heap space for the archived objects (See https://bugs.openjdk.org/browse/JDK-8296263).
> It moves some of the G1 specific logic from CDS to G1 gc without changing the functionality.
>
> Changes that add/update GC APIs for handling archive heap would be introduced in upcoming patches.
Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision:
Review comments - updates to alloc_archive_regions() api
Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/14208/files
- new: https://git.openjdk.org/jdk/pull/14208/files/caccaa12..82ddb97c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=14208&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=14208&range=01-02
Stats: 6 lines in 3 files changed: 2 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/14208.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14208/head:pull/14208
PR: https://git.openjdk.org/jdk/pull/14208
More information about the hotspot-dev
mailing list