RFR: 8319879: Stress mode to randomize incremental inlining decision [v3]

Tobias Hartmann thartmann at openjdk.org
Thu Nov 16 14:39:10 UTC 2023


On Wed, 15 Nov 2023 13:51:58 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

>> Exactly, should_delay_vector_inlining is not affected by newly added option.  Yes, should_delay check should be earlier if we intend to randomize lazy intrinsification decisions for vector , boxing methods.
>
> Right, I think that would be reasonable. I'll give that a try.

Seems to work fine. I moved the check up.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16597#discussion_r1395791199


More information about the hotspot-compiler-dev mailing list