RFR: 8254670: SVE test uses linux-specific api
Ningsheng Jian
njian at openjdk.java.net
Wed Oct 21 08:39:59 UTC 2020
On Wed, 21 Oct 2020 05:32:20 GMT, Ningsheng Jian <njian at openjdk.org> wrote:
> The SVE JNI test uses linux-specific api in native code, which is invalid with Windows/AArch64 and macOS/AArch64 ports in. Fixed by simply reducing the test to Linux only.
Checked the failed test task log and it seems to fail at aot test. I don't know how my trivial patch could be related. And the newly created PR https://github.com/openjdk/jdk/pull/779 failed as well with the same log...
-------------
PR: https://git.openjdk.java.net/jdk/pull/778
More information about the hotspot-compiler-dev
mailing list