RFR: 8139890: Refactor self forwarding pointer removal task in G1

Mikael Gerdin mikael.gerdin at oracle.com
Thu Nov 12 13:02:52 UTC 2015


On 2015-11-10 12:08, Erik Helin wrote:
> Hi all,
>
> this small patch refactors how G1ParRemoveSelfForwardPtrsTask visits
> the regions that need self-fowarding pointers removed. An new method,
> apply_to_regions, is introduced, which makes it a bit easier to
> eventually use G1ParRemoveSelfForwardPtrsTask to remove self-fowarding
> pointers not only from the collection set.
>
> Enhancement:
> https://bugs.openjdk.java.net/browse/JDK-8139890
>
> Webrev:
> http://cr.openjdk.java.net/~ehelin/8139890/webrev.00/

Looks good.
/Mikael

>
> Testing:
> JPRT
>
> Thanks,
> Erik
>




More information about the hotspot-gc-dev mailing list