RFR: 8370502: C2: segfault while adding node to IGVN worklist [v8]
Kerem Kat
krk at openjdk.org
Tue Jan 6 11:42:10 UTC 2026
> Do not try to replace `fallthrough_memproj` when it is null, fixes crash.
>
> Test case is simplified from the ticket. Verified that the case crashes without the fix.
Kerem Kat has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 13 additional commits since the last revision:
- Merge branch 'master' into fix-c2-segfault-unlocknode
- Merge branch 'master' into fix-c2-segfault-unlocknode
- Merge branch 'master' into fix-c2-segfault-unlocknode
- Merge branch 'master' into fix-c2-segfault-unlocknode
- address comments
- fix rename
- rename test file
- Merge branch 'master' into fix-c2-segfault-unlocknode
- fix test spacing
- Update src/hotspot/share/opto/macro.cpp
Co-authored-by: Manuel Hässig <manuel at haessig.org>
- ... and 3 more: https://git.openjdk.org/jdk/compare/3586f365...8713f16d
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/28432/files
- new: https://git.openjdk.org/jdk/pull/28432/files/64e3dc5d..8713f16d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=28432&range=07
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=28432&range=06-07
Stats: 1445 lines in 220 files changed: 392 ins; 709 del; 344 mod
Patch: https://git.openjdk.org/jdk/pull/28432.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/28432/head:pull/28432
PR: https://git.openjdk.org/jdk/pull/28432
More information about the hotspot-compiler-dev
mailing list