Integrated: 8279300: [arm32] SIGILL when running GetObjectSizeIntrinsicsTest
Sergey Nazarkin
snazarki at openjdk.java.net
Mon Jan 10 11:57:32 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
This pull request has now been integrated.
Changeset: 6613ce64
Author: Sergey Nazarkin <snazarki at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/6613ce64d76a6cc40fd933b022834098721b8d23
Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod
8279300: [arm32] SIGILL when running GetObjectSizeIntrinsicsTest
Reviewed-by: shade
-------------
PR: https://git.openjdk.java.net/jdk/pull/6937
More information about the hotspot-compiler-dev
mailing list