RFR: 8357793: [PPC64] VM crashes with -XX:-UseSIGTRAP -XX:-ImplicitNullChecks [v2]

David Briemann dbriemann at openjdk.org
Mon Jun 2 08:27:56 UTC 2025


On Wed, 28 May 2025 19:12:55 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`.
>
> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix bastore without ImplicitNullChecks.

LGTM. Thanks

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

Marked as reviewed by dbriemann (Author).

PR Review: https://git.openjdk.org/jdk/pull/25504#pullrequestreview-2887294855


More information about the hotspot-compiler-dev mailing list