RFR: 8289856: [PPC64] SIGSEGV in C2Compiler::init_c2_runtime() after JDK-8289060 [v3]
Lutz Schmidt
lucy at openjdk.org
Thu Jul 7 09:38:45 UTC 2022
On Thu, 7 Jul 2022 08:13:53 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> We're currently calling `nullptr->is_valid()` and `nullptr->value()` which causes SIGSEGV on PPC64 (and is undefined behavior). See JBS for details.
>
> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>
> Revert whitespace change.
LGTM
Thanks for fixing!
-------------
Marked as reviewed by lucy (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9403
More information about the hotspot-compiler-dev
mailing list