RFR: 8219633: ZGC: Rename ZPageSizeMin to ZGranuleSize

Per Liden per.liden at oracle.com
Mon Feb 25 09:48:12 UTC 2019


The size of the unit of memory managed by ZGC is currently called 
ZPageSizeMin. However, this constant is used in places where we're not 
necessarily dealing with a ZPage, so calling it ZPageSizeMin isn't quite 
right. Rename ZPageSizeMin to ZGranuleSize.

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

/Per



More information about the hotspot-gc-dev mailing list