RFR(s): 8076231: Remove unused is_in_partial_collection()

Bengt Rutisson bengt.rutisson at oracle.com
Mon Mar 30 14:00:51 UTC 2015


Hi Per,

On 2015-03-30 16:00, Per Liden wrote:
> Hi,
>
> Please review this small cleanup.
>
> All collectors provide an implementation for 
> is_in_partial_collection(), but it's actually only ever used by 
> GenCollectedHeap. This patch removes the unused versions and removes 
> the function from the CollectedHeap interface.
>
> Webrev: http://cr.openjdk.java.net/~pliden/8076231/webrev.0/
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8076231
>
> Testing: jprt

Looks good.

Bengt

>
> /Per




More information about the hotspot-gc-dev mailing list