RFR: 8279300: [arm32] SIGILL when running GetObjectSizeIntrinsicsTest
Aleksey Shipilev
shade at openjdk.java.net
Mon Jan 3 09:23:12 UTC 2022
On Tue, 28 Dec 2021 20:53:49 GMT, Sergey Nazarkin <snazarki at openjdk.org> wrote:
> The fix resolves SIGILL crash (release JVM) and assert (debug JVM) during run of GetObjectSizeIntrinsicsTest. The change doesn't fix the cause (see JDK-8279301) but adds a guard for incoming constants. The test still fails due to present of AbortVMOnCompilationFailure command line flag, it should be resolved after JDK-8279301
Looks fine. `LIR_Assembler::arith_op` does the same already.
-------------
Marked as reviewed by shade (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6937
More information about the hotspot-compiler-dev
mailing list