[vectorIntrinsics+mask] RFR: 8274331: [Vector API] Build failure on MacOS after JDK-8273949
Jie Fu
jiefu at openjdk.java.net
Mon Sep 27 07:25:51 UTC 2021
On Mon, 27 Sep 2021 07:06:14 GMT, Ningsheng Jian <njian at openjdk.org> wrote:
> 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'.
Ah, got it.
And I verified this fact with:
$ cp T.java t.java
cp: t.java and T.java are identical (not copied).
Thanks a lot.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/133
More information about the panama-dev
mailing list