[jdk25u-dev] RFR: 8377811: G1: Optional Evacuations may evacuate pinned objects
Ivan Walulya
iwalulya at openjdk.org
Mon Feb 16 11:18:12 UTC 2026
Hi,
Please review this patch which ensures that the pinned region attribute is correctly set when registering old regions for evacuation. Old regions that may contain pinned objects require special handling during evacuation so that "pinnable objects" remain in place while other objects may still be evacuated. This change propagates the pinning information correctly to enable that specialized evacuation behavior.
-------------
Commit messages:
- init
Changes: https://git.openjdk.org/jdk25u-dev/pull/272/files
Webrev: https://webrevs.openjdk.org/?repo=jdk25u-dev&pr=272&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8377811
Stats: 4 lines in 2 files changed: 0 ins; 2 del; 2 mod
Patch: https://git.openjdk.org/jdk25u-dev/pull/272.diff
Fetch: git fetch https://git.openjdk.org/jdk25u-dev.git pull/272/head:pull/272
PR: https://git.openjdk.org/jdk25u-dev/pull/272
More information about the jdk-updates-dev
mailing list