RFR: 8245026: PsAdaptiveSizePolicy::_old_gen_policy_is_ready is unused

Joakim Nordström github.com+779991+jaokim at openjdk.java.net
Thu Nov 26 07:14:55 UTC 2020


On Wed, 25 Nov 2020 20:48:52 GMT, Stefan Johansson <sjohanss at openjdk.org> wrote:

>> `PsAdaptiveSizePolicy::_old_gen_policy_is_ready` is initialized, is assigned, and has an accessor, but is never read and the accessor is never called. 
>> Browsing through some repository history, shows no apparent evidence of it ever being used.
>> 
>> Testing: tier1, tier2, tier3
>
> Looks good.

Thank you @kstefanj and @pliden!

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

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



More information about the hotspot-gc-dev mailing list