RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v2]

Benoît Maillard bmaillard at openjdk.org
Wed Oct 15 08:33:26 UTC 2025


On Tue, 14 Oct 2025 09:43:31 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> Thanks for the suggestion. I would argue that this does not really add value, as this essentially boils down to checking that accessing an uninitialized reference throws a `NullPointerException`, which is not really what this test is about. I would rather keep it specific.
>
> @benoitmaillard Drive-by comment: if you can add it, I would. Almost all checks add value, even if they don't add value to exactly what you are testing right now.

@eme64 alright, done

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27731#discussion_r2431614267


More information about the hotspot-compiler-dev mailing list