RFR: 8370502: C2: segfault while adding node to IGVN worklist [v5]

Kerem Kat krk at openjdk.org
Tue Dec 2 13:32:22 UTC 2025


> 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 10 additional commits since the last revision:

 - 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>
 - Update src/hotspot/share/opto/macro.cpp
   
   Co-authored-by: Manuel Hässig <manuel at haessig.org>
 - copyright format fix?
 - 8370502: C2: segfault while adding node to IGVN worklist

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/28432/files
  - new: https://git.openjdk.org/jdk/pull/28432/files/a0f0ecb9..21018290

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=28432&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=28432&range=03-04

  Stats: 13228 lines in 281 files changed: 6943 ins; 5064 del; 1221 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