[vectorIntrinsics+mask] RFR: 8274331: [Vector API] Build failure on MacOS after JDK-8273949

Jie Fu jiefu at openjdk.java.net
Mon Sep 27 09:28:04 UTC 2021


On Mon, 27 Sep 2021 07:06:14 GMT, Ningsheng Jian <njian at openjdk.org> wrote:

>> Hi all,
>> 
>> Build failure was observed on our MacOS platform after JDK-8273949.
>> 
>> It seems to be caused by a typo in the jmh test [1] since after this fix the build is fine.
>> 
>> I'm still not clear how this can happen.
>> But it would be better to fix this typo.
>> 
>> Thanks.
>> Best regards,
>> Jie
>> 
>> [1] https://github.com/openjdk/panama-vector/blob/vectorIntrinsics%2Bmask/test/micro/org/openjdk/bench/jdk/incubator/vector/MaskQueryOperationsBenchmark.java#L169
>
> Looks good to me. JMH will generate test class for each case. MacOS by default is not a case sensitive file system, and there are two tests with 'same' name 'testToLonglong' and 'testToLongLong'.

Thanks @nsjian and @jatin-bhateja .

I need a sponsor.

-------------

PR: https://git.openjdk.java.net/panama-vector/pull/133


More information about the panama-dev mailing list