RFR: 8058265: No callers of ReferenceProcessor::clear_discovered_references

Kim Barrett kim.barrett at oracle.com
Thu May 14 19:23:59 UTC 2015


On May 14, 2015, at 5:35 AM, Bengt Rutisson <bengt.rutisson at oracle.com> wrote:
> 
> On 14/05/15 03:05, Kim Barrett wrote:
>> Please review this removal of some unused or unneeded code in the
>> ReferenceProcessor class.
>> 
>> Removed unused ReferenceProcessor::clear_discovered_references() - the
>> no-arg overload; the 1-arg overload is retained.
>> 
>> Removed vacuous non-product-only ReferenceProcessor::verify_ok_to_handle_reflists.
>> 
>> Removed ReferenceProcessor::abandon_partial_discovered_list, changing
>> the only call to instead use equivalent 1-arg clear_discovered_references.
>> 
>> CR:
>> https://bugs.openjdk.java.net/browse/JDK-8058265
>> 
>> Webrev:
>> http://cr.openjdk.java.net/~kbarrett/8058265/webrev.00/
> 
> Looks good. Nice cleanup!
> 
> Bengt

Thanks Bengt.




More information about the hotspot-gc-dev mailing list