RFR: 8257634: C2: Introduce IncrementalInliningForceCleanup diagnostic flag

Vladimir Ivanov vlivanov at openjdk.java.net
Fri Dec 4 09:26:59 UTC 2020


On Thu, 3 Dec 2020 15:31:41 GMT, Tobias Hartmann <thartmann 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).

Thanks for the reviews, Vladimir, Tobias, and Aditya.

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

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


More information about the hotspot-compiler-dev mailing list