RFR: 8368740: Serial: Swap eden and survivor spaces position in young generation [v2]
Francesco Andreuzzi
fandreuzzi at openjdk.org
Fri Sep 26 13:33:27 UTC 2025
On Fri, 26 Sep 2025 09:37:39 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> What I'm asking is: is it possible that `eden()->is_empty()` is `false` in L345?
>
>> is it possible that eden()->is_empty() is false in L345?
>
> Yes; it can be `true` or `false`. `is_empty` is about whether there is any allocation in it.
Thanks for the clarification
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27513#discussion_r2382442174
More information about the hotspot-gc-dev
mailing list