RFR: 8178499: Remove _ptr_ and _size_ infixes from align functions

Stefan Karlsson stefan.karlsson at oracle.com
Tue Jul 4 11:44:04 UTC 2017


Thanks, Robbin.

StefanK

On 2017-07-04 10:44, Robbin Ehn wrote:
> Looks good.
> 
> /Robbin
> 
> On 06/30/2017 11:40 AM, Stefan Karlsson wrote:
>> Hi all,
>>
>> Please review this patch to remove the _ptr_ and _size_ infixes from 
>> align functions.
>>
>> http://cr.openjdk.java.net/~stefank/8178499/webrev.00
>> http://bugs.openjdk.java.net/browse/JDK-8178499
>>
>> Rename functions (and corresponding macros) from:
>>   align_ptr_up
>>   align_size_up
>>   align_ptr_down
>>   align_size_down
>>   is_ptr_aligned
>>   is_size_aligned
>>
>> to:
>>   align_up
>>   align_down
>>   is_aligned
>>
>> The patch builds upon the changes in:
>>   
>> http://mail.openjdk.java.net/pipermail/hotspot-dev/2017-June/027328.html
>>
>> Thanks,
>> StefanK


More information about the hotspot-dev mailing list