[jdk17] RFR: 8268966: AArch64: 'bad AD file' in some vector conversion tests
Andrew Haley
aph at openjdk.java.net
Mon Jul 5 12:07:53 UTC 2021
On Mon, 5 Jul 2021 11:41:42 GMT, Eric Liu <eliu at openjdk.org> wrote:
> JVM crashes with 'bad AD file' on some vector api test cases with
> 'Xcomp' option. Further analysis shows that, there are some missing
> rules for vector conversion. Since we are now in jdk 17 RDP 1, it would
> be better to mark them as unsupported for now and add match rules in
> future. Test cases also added to verify the conversion between types.
That looks right for JDK 17.
-------------
Marked as reviewed by aph (Reviewer).
PR: https://git.openjdk.java.net/jdk17/pull/211
More information about the hotspot-compiler-dev
mailing list