RFR: 8273062: Generation::refs_discovery_is_xxx functions are unused

Kim Barrett kbarrett at openjdk.java.net
Fri Aug 27 10:36:32 UTC 2021


On Fri, 27 Aug 2021 08:57:33 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>> Please review this trivial cleanup, removing a couple of unused virtual
>> function declarations from the Generation class:
>> 
>>   virtual bool refs_discovery_is_atomic() const { return true;  }
>>   virtual bool refs_discovery_is_mt()     const { return false; }
>> 
>> These functions are not called or overridden.
>> 
>> Testing:
>> local (linux-x64) build.
>
> LGTM and trivial.

Thanks @albertnetymk for review.

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

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



More information about the hotspot-gc-dev mailing list