RFR: 8311883: [Genshen] Adaptive tenuring threshold [v11]
Y. Srinivas Ramakrishna
ysr at openjdk.org
Tue Aug 15 23:07:11 UTC 2023
On Tue, 4 Jul 2023 00:44:16 GMT, Y. Srinivas Ramakrishna <ysr at openjdk.org> wrote:
>> src/hotspot/share/gc/shenandoah/shenandoahMark.inline.hpp line 60:
>>
>>> 58: }
>>> 59:
>>> 60: template <class T, ShenandoahGenerationType GENERATION, StringDedupMode STRING_DEDUP>
>>
>> Consider extracting the GENERATION type from T (closure's type).
>
> This might be possible via the suggestion/comment further down at line 102. However, this might require a bit more refactoring of other code, which I'd prefer to do not here in this ticket, but separately.
>
> I'll defer that to a separate PR for which I'll open a JBS in anticipation and link it here.
Tracked in task ticket https://bugs.openjdk.org/browse/JDK-8314331
-------------
PR Review Comment: https://git.openjdk.org/shenandoah/pull/289#discussion_r1295226171
More information about the shenandoah-dev
mailing list