Integrated: 8309065: Move the logic to determine archive heap location from CDS to G1 GC
Ashutosh Mehra
duke at openjdk.org
Mon Jun 12 22:12:05 UTC 2023
On Mon, 29 May 2023 21:15:33 GMT, Ashutosh Mehra <duke at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 3028295f
Author: Ashutosh Mehra <asmehra at redhat.com>
Committer: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3028295fdd2e5caf22463d1ee8009e72d4221d53
Stats: 141 lines in 4 files changed: 40 ins; 82 del; 19 mod
8309065: Move the logic to determine archive heap location from CDS to G1 GC
Reviewed-by: iklam, tschatzl, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/14208
More information about the hotspot-dev
mailing list