[jdk25u-dev] RFR: 8377811: G1: Optional Evacuations may evacuate pinned objects

Ivan Walulya iwalulya at openjdk.org
Mon Feb 16 21:03:27 UTC 2026


On Mon, 16 Feb 2026 18:43:17 GMT, Paul Hohensee <phh at openjdk.org> wrote:

>> 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.
>
> @walulyai, this PR isn't tagged with the "backport" label. I'd try changing the title to "Backport <original commit id>".

@phohensee I did not tag it as a "backport", because the bug only affects 25.

-------------

PR Comment: https://git.openjdk.org/jdk25u-dev/pull/272#issuecomment-3910491452


More information about the jdk-updates-dev mailing list