RFR(xs): 8076447: Remove unused MemoryManager::kind()

Per Liden per.liden at oracle.com
Wed Apr 1 10:43:26 UTC 2015


Hi,

Another small cleanup.

MemoryManager and its sub-classes all implement kind(), which is never 
used and can be removed. The enum MemoryManager::Name can then also be 
removed as it's no longer used.

Webrev: http://cr.openjdk.java.net/~pliden/8076447/webrev.0/
Bug: https://bugs.openjdk.java.net/browse/JDK-8076447

/Per



More information about the hotspot-gc-dev mailing list