RFR: 8271884: G1CH::_expand_heap_after_alloc_failure is no longer needed [v3]
Thomas Schatzl
tschatzl at openjdk.java.net
Wed Aug 11 10:28:26 UTC 2021
On Wed, 11 Aug 2021 10:17:40 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
>
> Ivan Walulya has updated the pull request incrementally with one additional commit since the last revision:
>
> add comments
Marked as reviewed by tschatzl (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/5030
More information about the hotspot-gc-dev
mailing list