RFR: 8369013: Shenandoah: passive mode should support enabling ShenandoahCardBarrier [v2]

duke duke at openjdk.org
Wed Oct 29 21:29:06 UTC 2025


On Wed, 29 Oct 2025 01:13:53 GMT, Rui Li <duke at openjdk.org> wrote:

>> Add card barriers to passive mode to test out the price of card barriers. 
>> 
>> How this change is implemented is to instantiate the old region in passive mode - old region owns the card table so this would minimize the code change with a bit price of native memory. It does sound weird to have old gen in passive mode, but since passive mode is a just diagnostic mode, we'll go with it for the cleanliness of the change.
>
> Rui Li has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Move write table clean to degen

@rgithubli 
Your change (at version e6fdbc604a2d71889c820ebe8bdb9540a6aa66aa) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk/pull/27966#issuecomment-3464135922


More information about the hotspot-gc-dev mailing list