[Discussion] Serial GC: Expand young generation size

Guoxiong Li lgxbslgx at gmail.com
Wed Jan 8 08:30:02 UTC 2025


Hi all,

Currently, the young generation in SerialGC can't be expanded now
and is always the initial young generation size. It is not a very big
problem generally.
But in some situations, like JDK-8333386 [1], it will crash the VM
(unnecessary OutOfMemoryError).

So I want to implement the feature to expand the young generation size
(absolutely, not exceeding the max young generation size).
What do you think about it? Any ideas will be appreciated.

Best Regards,
-- Guoxiong

Related links:
[1] https://bugs.openjdk.org/browse/JDK-8333386
[2] https://bugs.openjdk.org/browse/JDK-8335925
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20250108/04e42676/attachment.htm>


More information about the hotspot-gc-dev mailing list