| JDK 26 |
|---|
| 26Unresolved |
The size of eden and survivor spaces inside of a young generation is governed by `SurvivorRatio`. It can change whenever the young generation size is updated. After this change, if the heap is almost full, we will try everything to expand eden in order to satisfy the allocation request. This can cause eden-size to grow beyond the limit determined by `SurvivorRatio`.