RFR: 8311163: Parallel: Improve large object handling during evacuation
Kim Barrett
kbarrett at openjdk.org
Tue Aug 27 00:21:12 UTC 2024
Please review this change to ParallelGC young generation collection's handling
of large objArrays, to now use the infrastructure provided by JDK-8253237 and
JDK-8337709. (That's the same infrastructure used by G1 young/mixed
collections.)
Testing: mach5 tier1-5
-------------
Commit messages:
- use PartialArrayStates
Changes: https://git.openjdk.org/jdk/pull/20720/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20720&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8311163
Stats: 121 lines in 5 files changed: 54 ins; 39 del; 28 mod
Patch: https://git.openjdk.org/jdk/pull/20720.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20720/head:pull/20720
PR: https://git.openjdk.org/jdk/pull/20720
More information about the hotspot-gc-dev
mailing list