RFR: 8333786: Serial: Remove SerialHeap::_incremental_collection_failed [v4]

Thomas Schatzl tschatzl at openjdk.org
Wed Jun 19 18:05:14 UTC 2024


On Tue, 18 Jun 2024 14:33:33 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>> Removing logic around incremental-collection failure. Additionally, the decision to use from-space if `!collection_attempt_is_safe() && !_eden_space->is_empty()` can cause heap too full to be handled properly by full-gc, so the support alloc-in-from-space is also removed.
>
> Albert Mingkun Yang has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
> 
>   s1-alloc

Marked as reviewed by tschatzl (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/19594#pullrequestreview-2128843143


More information about the hotspot-gc-dev mailing list