Integrated: 8271884: G1CH::_expand_heap_after_alloc_failure is no longer needed
Ivan Walulya
iwalulya at openjdk.java.net
Wed Aug 11 11:59:30 UTC 2021
On Fri, 6 Aug 2021 10:43:19 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:
> Hi,
>
> Please review this change to remove _expand_heap_after_alloc_failure. Checks for old_is_full(), survivor_is_full(), and G1CollectedHeap::has_more_regions() should eliminate repeated expansion attempts.
>
> Testing; tier 1
This pull request has now been integrated.
Changeset: cd1751c3
Author: Ivan Walulya <iwalulya at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/cd1751c34e974683f3d2734c8ad5823a6ea27295
Stats: 35 lines in 3 files changed: 10 ins; 13 del; 12 mod
8271884: G1CH::_expand_heap_after_alloc_failure is no longer needed
Reviewed-by: kbarrett, tschatzl
-------------
PR: https://git.openjdk.java.net/jdk/pull/5030
More information about the hotspot-gc-dev
mailing list