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

Per Liden per.liden at oracle.com
Mon Mar 30 14:00:00 UTC 2015


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



More information about the hotspot-gc-dev mailing list