RFR: 8219634: ZGC: Rename ZAddressRangeMap to ZGranuleMap

Erik Österlund erik.osterlund at oracle.com
Mon Feb 25 14:07:12 UTC 2019


Hi Per,

This will probably also break the SA. Looks good otherwise.

/Erik

On 2019-02-25 10:48, Per Liden wrote:
> 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