RFR (XXS): 8031776: Remove the unnecessary enum GenRemSet::Name

Erik Helin erik.helin at oracle.com
Wed Jan 15 15:47:32 UTC 2014


Hi all,

this small patch removes the enum GenRemSet::Name. Since we only have 
one implementation of GenRemSet, CardTableRS, there is no need for an 
enum to distinguish between all the implementations of GenRemSet.

Webrev:
http://cr.openjdk.java.net/~ehelin/8031776/webrev.00/

Issue:
https://bugs.openjdk.java.net/browse/JDK-8031776

Thanks,
Erik



More information about the hotspot-gc-dev mailing list