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

Derek White derek.white at oracle.com
Mon Mar 30 19:40:08 UTC 2015


On 3/30/15 10:00 AM, 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
>
> /Per

Looks good to me Per.
  - Derek



More information about the hotspot-gc-dev mailing list