RFR: 8257634: C2: Introduce IncrementalInliningForceCleanup diagnostic flag
Tobias Hartmann
thartmann at openjdk.java.net
Thu Dec 3 15:34:58 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.
Marked as reviewed by thartmann (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/1583
More information about the hotspot-compiler-dev
mailing list