RFR: 8346920: Serial: Support allocation in old generation when heap is almost full [v2]

Albert Mingkun Yang ayang at openjdk.org
Mon Jan 27 15:00:52 UTC 2025


On Fri, 24 Jan 2025 11:14:01 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>> This PR restores the support for allocation in old-gen when heap is almost full, detected as non-empty young-gen after full gc, which was removed by mistake in [JDK-8333786](https://bugs.openjdk.org/browse/JDK-8333786). With this change, the benchmark attached to the ticket now completes in ~13 GC.
>> 
>> Test: tier1-5
>
> Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   review

Thanks for review.

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

PR Comment: https://git.openjdk.org/jdk/pull/23270#issuecomment-2615985690


More information about the hotspot-gc-dev mailing list