RFR: 8281936: compiler/arguments/TestCodeEntryAlignment.java fails on AVX512 machines [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Fri Feb 18 04:33:53 UTC 2022
On Thu, 17 Feb 2022 08:16:38 GMT, Jie Fu <jiefu at openjdk.org> wrote:
>> Hi all,
>>
>> compiler/arguments/TestCodeEntryAlignment.java fails on AVX512 machines due to stub size is not big enough.
>> The fix just increasing the stub size for AVX512 platforms.
>>
>> Testing:
>> - tier1~3 on Linux/x64 with AVX512, no regression
>>
>> Thanks.
>> Best regards,
>> Jie
>
> Jie Fu has updated the pull request incrementally with one additional commit since the last revision:
>
> Address review comment
@DamonFool Thank you for explaining. So we were lucky that previous size was enough for default sizze.
Your fix is good.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7485
More information about the hotspot-compiler-dev
mailing list