[vector-unstable] RFR: 8253211: Make sure jvm does not crash with Arm SVE and Vector API
Ningsheng Jian
njian at openjdk.java.net
Wed Sep 16 04:29:51 UTC 2020
Add those vector api specific OPs to unsupported list for SVE.
Currently we have not implemented all Arm SVE code generation for
Vector API specific nodes. To make sure hotspot does not crash with bad
AD file (as NEON has implemented them), we simply add those OPs to
unsupported op list.
This patch also fixed one missing VectorA handling in previous merge.
-------------
Commit messages:
- 8253211: Make sure jvm does not crash with Arm SVE and Vector API
Changes: https://git.openjdk.java.net/panama-vector/pull/3/files
Webrev: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=3&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8253211
Stats: 133 lines in 4 files changed: 126 ins; 0 del; 7 mod
Patch: https://git.openjdk.java.net/panama-vector/pull/3.diff
Fetch: git fetch https://git.openjdk.java.net/panama-vector pull/3/head:pull/3
PR: https://git.openjdk.java.net/panama-vector/pull/3
More information about the panama-dev
mailing list