RFR: 8368740: Serial: Swap eden and survivor spaces position in young generation [v2]

Albert Mingkun Yang ayang at openjdk.org
Fri Sep 26 13:27:36 UTC 2025


On Fri, 26 Sep 2025 09:21:31 GMT, Francesco Andreuzzi <fandreuzzi at openjdk.org> wrote:

> 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.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27513#discussion_r2381656191


More information about the hotspot-gc-dev mailing list