RFR: 8219634: ZGC: Rename ZAddressRangeMap to ZGranuleMap

Per Liden per.liden at oracle.com
Mon Feb 25 14:15:05 UTC 2019


Doh! Doh!

http://cr.openjdk.java.net/~pliden/8219634/webrev.1

/Per

On 2/25/19 3:07 PM, Erik Österlund wrote:
> 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