Integrated: 8256386: ARM32 tests fail with "bad AD file" after JDK-8223051
Aleksey Shipilev
shade at openjdk.java.net
Tue Nov 17 12:14:03 UTC 2020
On Mon, 16 Nov 2020 10:12:31 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> arm32 fails similarly to x86_32, that was fixed with [JDK-8255224](https://bugs.openjdk.java.net/browse/JDK-8255224), and probably for the same reason: missing `CMovL` rules. There are lots of `tier1` test failures with the similar crash message, see bug for the example. The fix is to add rules matching `flagsReg*U*L`, similarly to as it was done for x86_32.
>
> Additional testing:
> - [x] Linux arm32 fastdebug, selected failing tests
> - [x] Linux arm32 fastdebug, tier1
This pull request has now been integrated.
Changeset: 3dcde557
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/3dcde557
Stats: 44 lines in 1 file changed: 44 ins; 0 del; 0 mod
8256386: ARM32 tests fail with "bad AD file" after JDK-8223051
Reviewed-by: azeemj, kvn, roland
-------------
PR: https://git.openjdk.java.net/jdk/pull/1220
More information about the hotspot-compiler-dev
mailing list