RFR: 8276721: G1: Refine G1EvacFailureObjectsSet::iterate [v2]

Thomas Schatzl tschatzl at openjdk.java.net
Tue Nov 9 09:34:37 UTC 2021


On Tue, 9 Nov 2021 09:23:52 GMT, Hamlin Li <mli at openjdk.org> wrote:

> I was thinking handle_iteration() will be not that surprising for users as iterate(), but seems it's not. Sure, let me just rename it as process_and_drop.

The main issue I have with the current change is that this is a changeset with 160 changed lines for the purpose of renaming two methods which are each called once. That seems completely off.

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

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



More information about the hotspot-gc-dev mailing list