RFR: 8232648: ZGC: Move ATTRIBUTE_ALIGNED to the front of declarations
Stefan Karlsson
stefan.karlsson at oracle.com
Tue Oct 22 08:19:12 UTC 2019
Thanks, Per.
StefanK
On 2019-10-22 08:19, Per Liden wrote:
> Looks good.
>
> /Per
>
> On 10/21/19 3:22 PM, Stefan Karlsson wrote:
>> Hi all,
>>
>> Please review this patch to move ATTRIBUTE_ALIGNED to the front of
>> declarations.
>>
>> https://cr.openjdk.java.net/~stefank/8232648/webrev.01/
>> https://bugs.openjdk.java.net/browse/JDK-8232648
>>
>> This is done because the Windows compiler requires ATTRIBUTE_ALIGNED
>> to be put at the front of declarations. A new macro (ZCACHE_ALIGNED)
>> is introduced, and used, to shorten the affected lines.
>>
>> Thanks,
>> StefanK
More information about the hotspot-gc-dev
mailing list