[vectorIntrinsics+mask] RFR: 8274331: [Vector API] Build failure on MacOS after JDK-8273949
Ningsheng Jian
njian at openjdk.java.net
Mon Sep 27 07:09:02 UTC 2021
On Sun, 26 Sep 2021 15:39:27 GMT, Jie Fu <jiefu 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'.
-------------
Marked as reviewed by njian (Committer).
PR: https://git.openjdk.java.net/panama-vector/pull/133
More information about the panama-dev
mailing list