[jdk24] RFR: 8348562: ZGC: segmentation fault due to missing node type check in barrier elision analysis
Martin Doerr
mdoerr at openjdk.org
Mon Feb 3 18:03:26 UTC 2025
Clean backport of [JDK-8348562](https://bugs.openjdk.org/browse/JDK-8348562). It only adds a null check + bailout where the current implementation crashes with SIGSEGV.
-------------
Commit messages:
- Backport afcc2b03afc77f730300e1d92471466d56ed75fb
Changes: https://git.openjdk.org/jdk/pull/23422/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23422&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8348562
Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/23422.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23422/head:pull/23422
PR: https://git.openjdk.org/jdk/pull/23422
More information about the hotspot-gc-dev
mailing list