RFR: 8219634: ZGC: Rename ZAddressRangeMap to ZGranuleMap

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


The ZAddressRangeMap currently takes an AddressRangeShift template 
argument. However, that argument is always ZPageSizeMinShift 
(ZGranuleSizeShift after JDK-8219633). Simplify ZAddressRangeMap by 
removing the AddressRangeShift template argument and rename it 
ZGranuleMap to signal that it's always dealing with granules.

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

/Per



More information about the hotspot-gc-dev mailing list