RFR: Disable redundant generation usage after fullgc
William Kemper
wkemper at openjdk.org
Tue Apr 4 16:13:40 UTC 2023
On Tue, 4 Apr 2023 15:15:42 GMT, Kelvin Nilsen <kdnilsen at openjdk.org> wrote:
> After a recent integration, we ended up recomputing generation usage twice. This change integrates the two efforts with a single more efficient pass.
src/hotspot/share/gc/shenandoah/shenandoahReferenceProcessor.cpp line 1:
> 1: /*
Do you want to leave this out of this PR? It's somewhat unrelated and there is a separate PR for it: https://github.com/openjdk/shenandoah/pull/241
-------------
PR Review Comment: https://git.openjdk.org/shenandoah/pull/242#discussion_r1157478937
More information about the shenandoah-dev
mailing list