RFR: 8278277 G1: Simplify implementation of G1GCPhaseTimes::record_or_add_time_secs

Hamlin Li mli at openjdk.java.net
Mon Dec 6 11:53:18 UTC 2021


On Mon, 6 Dec 2021 09:18:06 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> This is a minor improvement of G1GCPhaseTimes::record_or_add_time_secs to reuse WorkerDataArray<T>::set_or_add rather than implement the logic in G1GCPhaseTimes itself.
>
> Marked as reviewed by tschatzl (Reviewer).

Thanks @tschatzl @kstefanj @walulyai for your reviews.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6715



More information about the hotspot-gc-dev mailing list