RFR: 8134509: G1ParCopyClosure does not need a ReferenceProcessor

Erik Helin erik.helin at oracle.com
Thu Aug 27 07:33:30 UTC 2015


On 2015-08-26, Mikael Gerdin wrote:
> Hi Erik,
> 
> On 2015-08-26 16:19, Erik Helin wrote:
> >Hi all,
> >
> >this small patch removes an unused argument to the constructor of
> >G1ParCopyClosure. The argument ReferenceProcessor* rp is never used and
> >can therefore be removed, the getter method rp() can therefore also be
> >removed.
> >
> >Webrev:
> >http://cr.openjdk.java.net/~ehelin/8134509/webrev.00/
> 
> Looks good to me.

Thanks!
Erik

> /Mikael
> 
> >
> >Bug:
> >https://bugs.openjdk.java.net/browse/JDK-8134509
> >
> >Testing:
> >JPRT
> >
> >Thanks,
> >Erik
> >
> 



More information about the hotspot-gc-dev mailing list