RFR: 8319879: Stress mode to randomize incremental inlining decision

Vladimir Kozlov kvn at openjdk.org
Wed Nov 15 17:58:30 UTC 2023


On Wed, 15 Nov 2023 14:10:23 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> `AlwaysIncrementalInline` is a debug flag and therefore always false in product, whereas `StressIncrementalInlining`, similar to the other stress flags that we have, is a diagnostic flag. Making it dependent on `AlwaysIncrementalInline` will essentially disable it in product.

Okay.

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

PR Comment: https://git.openjdk.org/jdk/pull/16597#issuecomment-1813000873


More information about the hotspot-compiler-dev mailing list