RFR: 8369809: G1: Merge G1CollectedHeap::do_collection_pause_at_safepoint[_helper] [v2]
Albert Mingkun Yang
ayang at openjdk.org
Tue Oct 14 11:04:31 UTC 2025
On Tue, 14 Oct 2025 11:00:01 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Hi all,
>>
>> please review this trivial fix to merge `G1CollectedHeap::do_collection_pause_helper` with `do_collection_pause`. The helper method is only called there in this single place and does not add anything but two asserts.
>>
>> Testing: gha, local compilation
>>
>> Thanks,
>> Thomas
>
> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
>
> Update src/hotspot/share/gc/g1/g1CollectedHeap.cpp
>
> * ayang review
Marked as reviewed by ayang (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/27790#pullrequestreview-3335025613
More information about the hotspot-gc-dev
mailing list