Integrated: 8357793: [PPC64] VM crashes with -XX:-UseSIGTRAP -XX:-ImplicitNullChecks
Martin Doerr
mdoerr at openjdk.org
Mon Jun 2 08:33:57 UTC 2025
On Wed, 28 May 2025 17:00:48 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> In case of -XX:-UseSIGTRAP -XX:-ImplicitNullChecks, we use the manually selected entry. (The same is true for -XX:-TrapBasedNullChecks -XX:-ImplicitNullChecks.)
> We only need to use the correct NullPointerException entry in the compiler case.
>
> With this patch, the manually selected entry matches the one selected by `PosixSignals::pd_hotspot_signal_handler`.
This pull request has now been integrated.
Changeset: ba9f44c9
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ba9f44c90fe8da2d97d67b6878ac2c0c14e35bd0
Stats: 4 lines in 2 files changed: 2 ins; 0 del; 2 mod
8357793: [PPC64] VM crashes with -XX:-UseSIGTRAP -XX:-ImplicitNullChecks
Reviewed-by: shade, dbriemann
-------------
PR: https://git.openjdk.org/jdk/pull/25504
More information about the hotspot-compiler-dev
mailing list