RFR: 8256386: ARM32 tests fail with "bad AD file" after JDK-8223051

Aleksey Shipilev shade at openjdk.java.net
Tue Nov 17 12:14:02 UTC 2020


On Tue, 17 Nov 2020 12:09:25 GMT, Roland Westrelin <roland 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
>
> Looks good to me

Thanks!

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

PR: https://git.openjdk.java.net/jdk/pull/1220


More information about the hotspot-compiler-dev mailing list