RFR: 8058265: No callers of ReferenceProcessor::clear_discovered_references
Jon Masamitsu
jon.masamitsu at oracle.com
Thu May 14 17:54:23 UTC 2015
Looks good.
Jon
On 05/13/2015 06:05 PM, 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/
>
> Testing:
> JPRT
>
More information about the hotspot-gc-dev
mailing list