RFR: 8340470: G1: Adopt PartialArrayState to consolidate marking stack in Full GC [v5]
Ivan Walulya
iwalulya at openjdk.org
Tue Jan 20 10:26:23 UTC 2026
> Hi,
>
> Please review this change adopting `PartialArrayState` introduced by [JDK-8337709](https://bugs.openjdk.org/browse/JDK-8337709) to consolidate marking queue sets (oop queue set and objArray queue set) into single queue set in G1 Full GC.
>
> Testing: Tier 1-5
Ivan Walulya has updated the pull request incrementally with one additional commit since the last revision:
kstefanj refactor rename
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/29114/files
- new: https://git.openjdk.org/jdk/pull/29114/files/ab200f8b..32e2aa0d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=29114&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=29114&range=03-04
Stats: 21 lines in 6 files changed: 0 ins; 0 del; 21 mod
Patch: https://git.openjdk.org/jdk/pull/29114.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/29114/head:pull/29114
PR: https://git.openjdk.org/jdk/pull/29114
More information about the hotspot-gc-dev
mailing list