RFR: 8351091: Shenandoah: global marking context completeness is not accurately maintained [v4]
Y. Srinivas Ramakrishna
ysr at openjdk.org
Tue Apr 8 21:54:25 UTC 2025
On Fri, 7 Mar 2025 00:33:58 GMT, Xiaolong Peng <xpeng at openjdk.org> wrote:
>> Right, active_generation should be used instead of global_generation to get the complete marking context, with the context of full GC, even we know it active_generation is the global gen, but it's better not to use global_generation directly for better maintainable code.
>
> Updated it to use active_generation.
Thanks for the fixes; this looks good!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23886#discussion_r2034084571
More information about the shenandoah-dev
mailing list