Integrated: 8257634: C2: Introduce IncrementalInliningForceCleanup diagnostic flag

Vladimir Ivanov vlivanov at openjdk.java.net
Fri Dec 4 09:27:00 UTC 2020


On Wed, 2 Dec 2020 22:37:37 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

> Introduce a diagnostic flag to force cleanup pass after each successful inlining attempt during incremental inlining pass.
> It simplifies diagnosing issues caused by dead code (accumulated between cleanup iterations) and provides a way to workaround such issues in production on per-method basis.

This pull request has now been integrated.

Changeset: fd6756ee
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/fd6756ee
Stats:     8 lines in 4 files changed: 7 ins; 0 del; 1 mod

8257634: C2: Introduce IncrementalInliningForceCleanup diagnostic flag

Reviewed-by: kvn, adityam, thartmann

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

PR: https://git.openjdk.java.net/jdk/pull/1583


More information about the hotspot-compiler-dev mailing list