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

Jie Fu jiefu at openjdk.java.net
Sun Sep 26 21:29:07 UTC 2021


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

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

Commit messages:
 - 8274331: [Vector API] Build failure on MacOS after JDK-8273949

Changes: https://git.openjdk.java.net/panama-vector/pull/133/files
 Webrev: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=133&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8274331
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/panama-vector/pull/133.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-vector pull/133/head:pull/133

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


More information about the panama-dev mailing list