Integrated: 8257632: C2: Late inlining attempt on a call with a dead memory crashes
Vladimir Ivanov
vlivanov at openjdk.java.net
Fri Dec 4 07:57:59 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
This pull request has now been integrated.
Changeset: 417e7e63
Author: Vladimir Ivanov <vlivanov at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/417e7e63
Stats: 7 lines in 2 files changed: 7 ins; 0 del; 0 mod
8257632: C2: Late inlining attempt on a call with a dead memory crashes
Reviewed-by: neliasso, kvn, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/1582
More information about the hotspot-compiler-dev
mailing list