RFR: 8257632: C2: Late inlining attempt on a call with a dead memory crashes
Vladimir Kozlov
kvn at openjdk.java.net
Wed Dec 2 23:24:56 UTC 2020
On Wed, 2 Dec 2020 21:56:55 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
> Attempt to inline through a call with a dead memory (but not a TOP yet) ends up badly.
>
> The fix is to detect such case and avoid inlining letting the problematic call die during the next cleanup iteration.
>
> Testing:
> - [x] hs-tier1-6 w/ -XX:+AlwaysIncrementalInlining
Marked as reviewed by kvn (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/1582
More information about the hotspot-compiler-dev
mailing list