Integrated: 8333786: Serial: Remove SerialHeap::_incremental_collection_failed
Albert Mingkun Yang
ayang at openjdk.org
Thu Jun 27 13:06:16 UTC 2024
On Fri, 7 Jun 2024 10:27:32 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.
This pull request has now been integrated.
Changeset: 6b961acb
Author: Albert Mingkun Yang <ayang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6b961acb87c29027f2158c6b7a764f1276a0bf52
Stats: 118 lines in 4 files changed: 0 ins; 116 del; 2 mod
8333786: Serial: Remove SerialHeap::_incremental_collection_failed
Reviewed-by: tschatzl, iwalulya
-------------
PR: https://git.openjdk.org/jdk/pull/19594
More information about the hotspot-gc-dev
mailing list