Integrated: 8289856: [PPC64] SIGSEGV in C2Compiler::init_c2_runtime() after JDK-8289060

Martin Doerr mdoerr at openjdk.org
Thu Jul 7 10:26:42 UTC 2022


On Wed, 6 Jul 2022 20:48:14 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.

This pull request has now been integrated.

Changeset: e05b2f2c
Author:    Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e05b2f2c3b9b0276099766bc38a55ff835c989e1
Stats:     65 lines in 1 file changed: 0 ins; 0 del; 65 mod

8289856: [PPC64] SIGSEGV in C2Compiler::init_c2_runtime() after JDK-8289060

Reviewed-by: dlong, lucy

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

PR: https://git.openjdk.org/jdk/pull/9403


More information about the hotspot-compiler-dev mailing list