-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 17
-
Component/s: hotspot
Currently, only code that needs null-checking is in `PhaseMacroExpand` class, ref. https://github.com/openjdk/jdk/pull/28432#issuecomment-3586912195.
We should check all usages PhaseMacroExpand that call extract_projections with do_asserts=false and not check fallthrough_memproj for null. There might be more issues apart from the one fixed in JDK-8370502.
We should check all usages PhaseMacroExpand that call extract_projections with do_asserts=false and not check fallthrough_memproj for null. There might be more issues apart from the one fixed in JDK-8370502.
- relates to
-
JDK-8370502 C2: segfault while adding node to IGVN worklist
-
- Open
-