RFR: 8355230: Crash in fuzzer tests: assert(n != nullptr) failed: must not be null
Emanuel Peter
epeter at openjdk.org
Tue May 20 10:08:51 UTC 2025
On Fri, 16 May 2025 14:16:29 GMT, Roland Westrelin <roland at openjdk.org> wrote:
> During IGVN, `TypeNode::make_paths_from_here_dead()` follows data
> nodes until a `Phi`. The `Region` input for the input that that logic
> goes through to reach the `Phi` is `null` causing the crash. I propose
> simply adding an extra check for that corner case.
@rwestrel Thanks for the explanation!
I leave it up to you if you want to update the test with my suggestions, or not.
-------------
Marked as reviewed by epeter (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/25268#pullrequestreview-2853565585
More information about the hotspot-compiler-dev
mailing list