RFR: 8134509: G1ParCopyClosure does not need a ReferenceProcessor
Mikael Gerdin
mikael.gerdin at oracle.com
Wed Aug 26 14:21:03 UTC 2015
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.
/Mikael
>
> Bug:
> https://bugs.openjdk.java.net/browse/JDK-8134509
>
> Testing:
> JPRT
>
> Thanks,
> Erik
>
More information about the hotspot-gc-dev
mailing list