RFR: 8295267: Improve G1 scan to merge ratio calculation [v2]
Thomas Schatzl
tschatzl at openjdk.org
Thu Oct 13 13:56:32 UTC 2022
On Thu, 13 Oct 2022 12:57:05 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Some renaming suggestions, very subjective.
>
> ```
> merged_cards_from_log_buffers -> cards_in_log_buffers
> merged_cards_from_rs -> cards_in_remset
> total_cards_merged -> total_cards
> total_cards_scanned -> scanned_cards
> ```
I kept the current naming as I believe these are too generic. Maybe that method should be split up somehow.
-------------
PR: https://git.openjdk.org/jdk/pull/10694
More information about the hotspot-gc-dev
mailing list