Integrated: 8369809: G1: Merge G1CollectedHeap::do_collection_pause_at_safepoint[_helper]
Thomas Schatzl
tschatzl at openjdk.org
Wed Oct 15 11:27:58 UTC 2025
On Tue, 14 Oct 2025 08:59:16 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
This pull request has now been integrated.
Changeset: 159452e8
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/159452e85a55745fecc58b68ead03a8d330d14dd
Stats: 15 lines in 2 files changed: 3 ins; 11 del; 1 mod
8369809: G1: Merge G1CollectedHeap::do_collection_pause_at_safepoint[_helper]
Reviewed-by: ayang, iwalulya
-------------
PR: https://git.openjdk.org/jdk/pull/27790
More information about the hotspot-gc-dev
mailing list