[jdk11u-dev] RFR: 8272131: PhaseMacroExpand::generate_slow_arraycopy crash when clone null CallProjections.fallthrough_ioproj
Hui Shi
hshi at openjdk.java.net
Sun Aug 15 01:35:47 UTC 2021
Please help review this backport for 8272131: C2 crash in PhaseMacroExpand::generate_slow_arraycopy because arraycopy node's _ioproj_fallthrough is NULL.
Conflicts when backport
In jdk18: field name is fallthrough_ioproj , and it is in PhaseMacroExpand's CallProjections class.
In jdk11: field name is _ioproj_fallthrough, and it is directly in PhaseMacroExpand class.
-------------
Commit messages:
- Backport 5350b9901c6cebe5d40bbba9a31d1f26285b1cd6
Changes: https://git.openjdk.java.net/jdk11u-dev/pull/250/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=250&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8272131
Stats: 75 lines in 2 files changed: 71 ins; 0 del; 4 mod
Patch: https://git.openjdk.java.net/jdk11u-dev/pull/250.diff
Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/250/head:pull/250
PR: https://git.openjdk.java.net/jdk11u-dev/pull/250
More information about the jdk-updates-dev
mailing list