RFR (XS): 8068018: Clean up friends of G1CollectedHeap

Jon Masamitsu jon.masamitsu at oracle.com
Mon Dec 22 16:15:15 UTC 2014


Nice clean-up.

Looks good.

Reviewed.

Jon

On 12/22/2014 04:32 AM, Thomas Schatzl wrote:
> (resend, forgot to add the CR number in the subject)
>
> Hi all,
>
>    can I have reviews for the following tiny cleanup change?
>
> Over time, G1CollectedHeap aggregated a lot of "friend" classes, 31 in
> total.
> This CR removes unnecessary friend classes that can be removed either
> because the code referencing G1CollectedHeap can simply use public
> functions instead or these friend classes are non-existent (any more).
>
> CR:
> https://bugs.openjdk.java.net/browse/JDK-8068018
> Webrev:
> http://cr.openjdk.java.net/~tschatzl/8068018/webrev/
> Testing:
> jprt
>
> Thanks,
>    Thomas
>
>
>




More information about the hotspot-gc-dev mailing list