[jdk17] RFR: 8268966: AArch64: 'bad AD file' in some vector conversion tests

Eric Liu eliu at openjdk.java.net
Tue Jul 6 04:05:52 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.

@jatin-bhateja @sviswa7 Could you please help to take a look at this vector api test failure on x86?

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

PR: https://git.openjdk.java.net/jdk17/pull/211


More information about the hotspot-compiler-dev mailing list