RFR: 8371284: GenShen: Avoid unnecessary card marking [v3]

Aleksey Shipilev shade at openjdk.org
Tue Nov 11 09:41:03 UTC 2025


On Mon, 10 Nov 2025 23:33:21 GMT, Nityanand Rai <duke at openjdk.org> wrote:

>> Exclude young-young, old-old and honor UseCondCardMark in dirty card marking.
>
> Nityanand Rai has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Apply suggestions from code review
>   
>   Co-authored-by: Aleksey Shipilëv <shipilev at amazon.de>

Looks fine. How's performance? I suppose this is a frequent path, and `is_in_young` checks are not necessarily free.

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

PR Review: https://git.openjdk.org/jdk/pull/28204#pullrequestreview-3447143143


More information about the hotspot-gc-dev mailing list